Skip to content

Commit

Permalink
docs: Make clear that pretty printing does not always escape names
Browse files Browse the repository at this point in the history
See #522
  • Loading branch information
michael-simons committed Dec 19, 2022
1 parent ed4db35 commit 3db7f6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ static Builder newConfig() {
}

/**
* Enables or disables pretty printing
* Enables or disables pretty printing. Enabling pretty printing will disable unnecessary escaping of labels and types.
*
* @param prettyPrint use {@literal true} for enabling pretty printing
* @return this builder
*/
Expand Down

0 comments on commit 3db7f6f

Please sign in to comment.