summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authormuskangarg21 <muskan@iitk.ac.in>2020-03-29 01:11:02 +0530
committermuskangarg21 <muskan@iitk.ac.in>2020-03-30 21:48:02 +0530
commit50866e4cbf4bcf642a70b4e30beee2971caa55c6 (patch)
tree9a5c19358b7278d2ff47e3e8bffef862710c72e3 /man
parent49d058009346b4c9b87ea9b505e9bd4105bc5223 (diff)
downloadocaml-50866e4cbf4bcf642a70b4e30beee2971caa55c6.tar.gz
[nitpick]: Added "." at the end of warning descriptions in utils/warnings.ml
Diffstat (limited to 'man')
-rw-r--r--man/ocamlc.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/ocamlc.m b/man/ocamlc.m
index 456c0f6604..2ac74ab6bf 100644
--- a/man/ocamlc.m
+++ b/man/ocamlc.m
@@ -790,7 +790,7 @@ function type and is ignored.
\ \ \ Label omitted in function application.
7
-\ \ \ Method overridden without using the "method!" keyword
+\ \ \ Method overridden without using the "method!" keyword.
8
\ \ \ Partial match: missing cases in pattern-matching.
@@ -943,16 +943,16 @@ mutually recursive types.
\ \ Unannotated unboxable type in primitive declaration.
62
-\ \ Type constraint on GADT type declaration
+\ \ Type constraint on GADT type declaration.
63
-\ \ Erroneous printed signature
+\ \ Erroneous printed signature.
64
-\ \ -unsafe used with a preprocessor returning a syntax tree
+\ \ -unsafe used with a preprocessor returning a syntax tree.
65
-\ \ Type declaration defining a new '()' constructor
+\ \ Type declaration defining a new '()' constructor.
66
\ \ Unused open! statement.