aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-08-21 10:16:56 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-08-21 10:16:56 +0100
commitae86ec5788c8f5e69032e7cc550434c73faf33a2 (patch)
treec3b4683739d504762fa0dfc6eeb08dabd120b2d4
parentcca381f29cc019ee91579006b7bc5681cb204b46 (diff)
downloadmicro-lang-hs-ae86ec5788c8f5e69032e7cc550434c73faf33a2.tar.gz
micro-lang-hs-ae86ec5788c8f5e69032e7cc550434c73faf33a2.zip
Wording
-rw-r--r--test/Language.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Language.hs b/test/Language.hs
index f23fa9a..96fde41 100644
--- a/test/Language.hs
+++ b/test/Language.hs
@@ -235,7 +235,7 @@ testCase18 =
E.Undefined
testCase19 =
- TestLabel "lambdas can use only local variables" $
+ TestLabel "lambdas can use local variables only" $
TestCase $
expectError
"module main\n\