Skip to content

Commit 7a9558b

Browse files
Apply suggestion from @spirit-at-canva
1 parent 7e39836 commit 7a9558b

File tree

1 file changed

+1
-1
lines changed
  • commonmark/src/main/java/org/commonmark/parser

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public Builder includeSourceSpans(IncludeSourceSpans includeSourceSpans) {
210210
* creating deeper nested block structure.
211211
* <p>
212212
* The document root parser is not counted. The default is unlimited, so callers that keep
213-
* using {@code Parser.builder().build()} preserve current behavior.
213+
* using {@code Parser.builder().build()} preserve behavior.
214214
*
215215
* @param maxOpenBlockParsers maximum number of open non-document block parsers, must be
216216
* zero or greater

0 commit comments

Comments
 (0)