Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
eerohele committed Oct 5, 2023
1 parent 08164eb commit b53bd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/me/flowthing/pp.clj
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@
Given three args (a java.io.Writer, a object, and an options map),
pretty-print the object into the writer using the given options.
If *print-dup* is true, does not attempt to pretty-print; falls back
to default print-dup behavior instead.
If *print-dup* is true, pprint does not attempt to pretty-print;
instead, it falls back to default print-dup behavior.
Options:
Expand Down

0 comments on commit b53bd2e

Please sign in to comment.