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.
2 parents a65f945 + 3d41551 commit 25eb4ceCopy full SHA for 25eb4ce
README.md
@@ -45,7 +45,7 @@ export interface JSONScanner {
45
*/
46
setPosition(pos: number): any;
47
/**
48
- * Read the next token. Returns the tolen code.
+ * Read the next token. Returns the token code.
49
50
scan(): SyntaxKind;
51
src/main.ts
@@ -54,7 +54,7 @@ export interface JSONScanner {
54
55
setPosition(pos: number): void;
56
57
58
59
60
0 commit comments