We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c026d5 commit 2378c7cCopy full SHA for 2378c7c
1 file changed
commonmark/src/main/java/org/commonmark/parser/Parser.java
@@ -204,7 +204,7 @@ public Builder includeSourceSpans(IncludeSourceSpans includeSourceSpans) {
204
}
205
206
/**
207
- * Limit how many non-document block parsers may be open at once while parsing.
+ * Limit how many block parsers may be open at once while parsing.
208
* <p>
209
* Once the limit is reached, additional block starts are treated as plain text instead of
210
* creating deeper nested block structure.
0 commit comments