diff options
author | David Allsopp <david.allsopp@metastack.com> | 2019-07-24 14:45:33 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2019-07-25 09:09:00 +0200 |
commit | 44306329db8a86a2362b6345bdde69deea4935dc (patch) | |
tree | 05986741ce0c060baf61d0a47706a4a0ad700a5f /testsuite | |
parent | 92c1042e5ba899fca8eed351a7bc210879cdc9d7 (diff) | |
download | ocaml-44306329db8a86a2362b6345bdde69deea4935dc.tar.gz |
Fix spelling errors reported by Lintian
No change entry needed
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/parsetree/source.ml | 2 | ||||
-rw-r--r-- | testsuite/tests/typing-implicit_unpack/implicit_unpack.ml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parsetree/source.ml b/testsuite/tests/parsetree/source.ml index c67012e18b..a183f44821 100644 --- a/testsuite/tests/parsetree/source.ml +++ b/testsuite/tests/parsetree/source.ml @@ -3072,7 +3072,7 @@ Error: Types marked with the immediate attribute must be non-pointer types like int or bool |}];; (* - Implicit unpack allows to omit the signature in (val ...) expressions. + Implicit unpack allows the signature in (val ...) expressions to be omitted. It also adds (module M : S) and (module M) patterns, relying on implicit (val ...) for the implementation. Such patterns can only diff --git a/testsuite/tests/typing-implicit_unpack/implicit_unpack.ml b/testsuite/tests/typing-implicit_unpack/implicit_unpack.ml index a6b4d697c9..e503ee736f 100644 --- a/testsuite/tests/typing-implicit_unpack/implicit_unpack.ml +++ b/testsuite/tests/typing-implicit_unpack/implicit_unpack.ml @@ -3,7 +3,7 @@ *) (* - Implicit unpack allows to omit the signature in (val ...) expressions. + Implicit unpack allows the signature in (val ...) expressions to be omitted. It also adds (module M : S) and (module M) patterns, relying on implicit (val ...) for the implementation. Such patterns can only |