Skip to content

Commit 9d62f17

Browse files
committed
fix(web): correct doc comment
1 parent 032af92 commit 9d62f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/binding_web/src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface ParseOptions {
3838
/**
3939
* A function that is called periodically during parsing to check
4040
* whether parsing should be cancelled. If the progress callback returns
41-
* `false`, then parsing will be cancelled. You can also use this to instrument
41+
* `true`, then parsing will be cancelled. You can also use this to instrument
4242
* parsing and check where the parser is at in the document. The progress callback
4343
* takes a single argument, which is a {@link ParseState} representing the current
4444
* state of the parser.

0 commit comments

Comments
 (0)