Skip to content

Commit 5bbbd81

Browse files
committed
[Docs] Tweak the pretty-printing page
1 parent d1492ce commit 5bbbd81

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/modules/ROOT/pages/usage/pretty_printing.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ of data on top of fipp, but at a slight performance cost.
2323
* `zprint` to use https://github.com/kkinnear/zprint[zprint], a fast and
2424
flexible alternative to the libraries mentioned above.
2525

26-
IMPORTANT: For `fipp`, `puget`, and `zprint` printers to work, you need to add a
26+
IMPORTANT: For `fipp`, `puget`, and `zprint` printers to work, you need to add the
2727
respective dependency in your project explicitly.
2828

2929
Alternatively, `cider-print-fn` can be set to the namespace-qualified name of a
30-
Clojure var whose function takes three arguments: the object to print, the
31-
`java.io.PrintWriter` to print on, and a (possibly nil) map of options.
30+
Clojure var whose function takes three arguments:
31+
32+
* the object to print
33+
* the `java.io.PrintWriter` to print on
34+
* a (possibly `nil`) map of options.
3235

3336
[source,lisp]
3437
----

0 commit comments

Comments
 (0)