Merge pull request #9373 from zapashcanon/unitdoc

fix doc comment for unit type
master
Florian Angeletti 2020-03-19 11:09:37 +01:00 committed by GitHub
commit 5aee816c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,