diff --git a/clojure/pretty-print-the-last-thing.md b/clojure/pretty-print-the-last-thing.md index dc26803..e637f9d 100644 --- a/clojure/pretty-print-the-last-thing.md +++ b/clojure/pretty-print-the-last-thing.md @@ -15,3 +15,5 @@ repl, trying to get the output just right, `pp` can come in handy. :four {:d 4, :e 5, :f 6, :g 7}} nil ``` + +See `(doc pp)` for more details.