aboutsummaryrefslogtreecommitdiff
path: root/clojure/src/step2_eval.clj
diff options
context:
space:
mode:
Diffstat (limited to 'clojure/src/step2_eval.clj')
-rw-r--r--clojure/src/step2_eval.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/clojure/src/step2_eval.clj b/clojure/src/step2_eval.clj
index 581bf3f..c34a1ae 100644
--- a/clojure/src/step2_eval.clj
+++ b/clojure/src/step2_eval.clj
@@ -46,7 +46,7 @@
'/ /})
(defn rep
[strng]
- (PRINT (EVAL (READ strng), repl-env)))
+ (PRINT (EVAL (READ strng) repl-env)))
(defn -main [& args]
(loop []