Skip to content

Commit e0365bd

Browse files
authored
Add ignore-unacceptable-language comment to PrettyPrinter.md
1 parent 410e7e6 commit e0365bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/PrettyPrinter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,6 @@ sense to place this label on the containing group.
490490

491491
Oppen's algorithm prints the indentation whitespace when `break` tokens are
492492
encountered. If we have extra blank lines in between source code, this can
493-
result in hanging or trailing whitespace. Waiting to print the indentation
493+
result in hanging or trailing whitespace. Waiting to print the indentation <!--# ignore-unacceptable-language -->
494494
whitespace until encountering a `syntax`, `comment, or `verbatim` tokens
495495
prevents this.

0 commit comments

Comments
 (0)