Skip to content

Commit ce559c2

Browse files
committed
docs(Sigs): fix documentation
1 parent 273453a commit ce559c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Sigs.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
(** Common signatures shared across different components. *)
1+
(** Signatures shared across different components. *)
22

3-
(** A signature carrying a type. *)
3+
(** This is a type wrapped as a module. *)
44
module type Type =
55
sig
6-
(** The type. *)
6+
(** The wrapped type. *)
77
type t
88
end

0 commit comments

Comments
 (0)