Skip to content

Commit

Permalink
docs(Sigs): fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Oct 31, 2023
1 parent 273453a commit ce559c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Sigs.ml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(** Common signatures shared across different components. *)
(** Signatures shared across different components. *)

(** A signature carrying a type. *)
(** This is a type wrapped as a module. *)
module type Type =
sig
(** The type. *)
(** The wrapped type. *)
type t
end

0 comments on commit ce559c2

Please sign in to comment.