aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2009-01-09 18:25:16 +0000
committerChouser <chouser@n01se.net>2009-01-09 18:25:16 +0000
commit6110a9850fc33c4d6a96029f1b2a05c20f119d11 (patch)
tree17f80617c5bf3d9cb90c1beb81acb64d376b102c /src
parent85d0468e4865cbc5beb8968b63b05dfdeaa20ad9 (diff)
Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/clojure/contrib/repl_utils.clj2
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))