We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032af92 commit 9d62f17Copy full SHA for 9d62f17
lib/binding_web/src/parser.ts
@@ -38,7 +38,7 @@ export interface ParseOptions {
38
/**
39
* A function that is called periodically during parsing to check
40
* whether parsing should be cancelled. If the progress callback returns
41
- * `false`, then parsing will be cancelled. You can also use this to instrument
+ * `true`, then parsing will be cancelled. You can also use this to instrument
42
* parsing and check where the parser is at in the document. The progress callback
43
* takes a single argument, which is a {@link ParseState} representing the current
44
* state of the parser.
0 commit comments