aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2017-04-05 17:55:51 -0400
committerEduardo Julian2017-04-05 17:55:51 -0400
commitd6ce01f22aa14386758adf2b7b9e7b2e47bd4e2b (patch)
treede14e24ebb85c906626acd0660069ad2c1d85d55 /luxc/src/lux.clj
parentc9db1d195fc45ab296e11ab63e428d53708ab689 (diff)
- Made some improvements to error messages in the compiler.
Diffstat (limited to '')
-rw-r--r--luxc/src/lux.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/src/lux.clj b/luxc/src/lux.clj
index 2daf0000a..3ca520576 100644
--- a/luxc/src/lux.clj
+++ b/luxc/src/lux.clj
@@ -31,4 +31,4 @@
target-dir)
_
- (println "Can't understand command.")))
+ (println "Cannot understand command.")))