Skip to content

Commit 2378c7c

Browse files
Apply suggestion from @robinst
Co-authored-by: Robin Stocker <robinst@canva.com>
1 parent 0c026d5 commit 2378c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • commonmark/src/main/java/org/commonmark/parser

commonmark/src/main/java/org/commonmark/parser/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public Builder includeSourceSpans(IncludeSourceSpans includeSourceSpans) {
204204
}
205205

206206
/**
207-
* Limit how many non-document block parsers may be open at once while parsing.
207+
* Limit how many block parsers may be open at once while parsing.
208208
* <p>
209209
* Once the limit is reached, additional block starts are treated as plain text instead of
210210
* creating deeper nested block structure.

0 commit comments

Comments
 (0)