Skip to content
Prev Previous commit
Next Next commit
fixed spelling mistake
  • Loading branch information
Jason Jackson committed Jun 4, 2011
commit 7573844248780174dbccbbbb5cd948d88a23228d
2 changes: 1 addition & 1 deletion src/eu/dnetlib/clojure/clarsec.clj
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
(symbol? sexp) (lazy-p-fn sexp)
:else (throw (Exception. (str "Unsupported use of m-lazy. "
"Proper use: (m-lazy identifier) or "
"(my-lazy (m-lazy (symb \"foo\")"))))))
"(m-lazy (symb \"foo\"))"))))))

(defn parse [parser input]
((monad parser) input))
Expand Down