From d6ce01f22aa14386758adf2b7b9e7b2e47bd4e2b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 5 Apr 2017 17:55:51 -0400 Subject: - Made some improvements to error messages in the compiler. --- luxc/src/lux.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luxc/src/lux.clj') 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."))) -- cgit v1.2.3