diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clojure/contrib/pprint.clj | 2 |
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 |