From 44306329db8a86a2362b6345bdde69deea4935dc Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Wed, 24 Jul 2019 14:45:33 +0100 Subject: Fix spelling errors reported by Lintian No change entry needed --- testsuite/tests/parsetree/source.ml | 2 +- testsuite/tests/typing-implicit_unpack/implicit_unpack.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') 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 -- cgit v1.2.1