aboutsummaryrefslogtreecommitdiff
path: root/src/clojure
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-05-14 22:47:11 +0000
committerTom Faulhaber <git_net@infolace.com>2009-05-14 22:47:11 +0000
commite043c0fc73c392d2ef6127c5f7c695bbd1947169 (patch)
tree4e73063d4cb88dda7bcc585bb30b5e6a32a07d27 /src/clojure
parent5cb5d57e961f71a2c362bb552d8312b504acdfd2 (diff)
Correct a typo in the doc
Diffstat (limited to 'src/clojure')
-rw-r--r--src/clojure/contrib/pprint.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/pprint.clj b/src/clojure/contrib/pprint.clj
index ef63f3b7..871fc715 100644
--- a/src/clojure/contrib/pprint.clj
+++ b/src/clojure/contrib/pprint.clj
@@ -28,7 +28,7 @@
Clojure is using the name \"format\" for its own format.
Complete documentation is available on the wiki at the contrib google code site.",
- :see-also [["PrettyPrinter" "Documentation for the pretty printer"]
+ :see-also [["PrettyPrinting" "Documentation for the pretty printer"]
["CommonLispFormat" "Documentation for Common Lisp format function"]]
}
clojure.contrib.pprint