diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clojure/contrib/repl_utils.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/repl_utils.clj b/src/clojure/contrib/repl_utils.clj index 15657dce..06a5d155 100644 --- a/src/clojure/contrib/repl_utils.clj +++ b/src/clojure/contrib/repl_utils.clj @@ -53,7 +53,7 @@ will be returned which at the REPL will cause more detail to be printed. - Examples: (show Intger) (show [])" + Examples: (show Integer) (show []) (show String 23)" ([x] (show x nil)) ([x i] (let [c (if (class? x) x (class x)) |