fix doc comment for unit type

master
zapashcanon 2020-03-18 20:22:08 +01:00
parent c7de942730
commit a8a3c55b18
No known key found for this signature in database
GPG Key ID: 8981C3C62D1D28F1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
(** {1:unit The unit type} *)
type t = unit = ()
type t = unit = () (**)
(** The unit type.
The constructor [()] is included here so that it has a path,