summaryrefslogtreecommitdiff
path: root/stdlib/listLabels.mli
diff options
context:
space:
mode:
authorEl-Hassan Wanas <elhassan.wanas@gmail.com>2019-10-15 12:42:05 +0300
committerEl-Hassan Wanas <elhassan.wanas@gmail.com>2019-10-15 14:14:31 +0300
commit8a614d79def5af1c8082f8fec294db57f1218687 (patch)
tree3d6d12bfff6650faa3a93322ca5e04768b5756f5 /stdlib/listLabels.mli
parente271e8fa4d8bf3f42c15883674dd318edccee289 (diff)
downloadocaml-8a614d79def5af1c8082f8fec294db57f1218687.tar.gz
Comment fixes
Co-Authored-By: David Allsopp <david.allsopp@metastack.com>
Diffstat (limited to 'stdlib/listLabels.mli')
-rw-r--r--stdlib/listLabels.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/listLabels.mli b/stdlib/listLabels.mli
index 3a6366b3bd..7004d78909 100644
--- a/stdlib/listLabels.mli
+++ b/stdlib/listLabels.mli
@@ -28,10 +28,10 @@ type 'a t = 'a list = [] | (::) of 'a * 'a list (**)
The above considerations can usually be ignored if your lists are not
longer than about 10000 elements.
- This module is intended to be used through {!StdLabels} which would replace
+ This module is intended to be used through {!StdLabels} which replaces
{!Array}, {!Bytes}, {!List} and {!String} with their labeled counterparts.
- As an example usage:
+ For example:
{[
open StdLabels