aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/maybe.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/control/maybe.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/control/maybe.lux b/stdlib/source/library/lux/control/maybe.lux
index 4f678aecb..d9c15e307 100644
--- a/stdlib/source/library/lux/control/maybe.lux
+++ b/stdlib/source/library/lux/control/maybe.lux
@@ -138,7 +138,7 @@
(~ else))))]})
_
- {.#Left "Wrong syntax for else"}))
+ {.#Left "Wrong syntax for 'else'"}))
(def: .public trusted
(All (_ a) (-> (Maybe a) a))
@@ -162,4 +162,4 @@
{.#None})))]}
_
- {.#Left "Wrong syntax for when"}))
+ {.#Left "Wrong syntax for 'when'"}))