Skip to content

Commit 25eb4ce

Browse files
authored
Merge pull request #8 from Huachao/master
Fix typo of token
2 parents a65f945 + 3d41551 commit 25eb4ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface JSONScanner {
4545
*/
4646
setPosition(pos: number): any;
4747
/**
48-
* Read the next token. Returns the tolen code.
48+
* Read the next token. Returns the token code.
4949
*/
5050
scan(): SyntaxKind;
5151
/**

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface JSONScanner {
5454
*/
5555
setPosition(pos: number): void;
5656
/**
57-
* Read the next token. Returns the tolen code.
57+
* Read the next token. Returns the token code.
5858
*/
5959
scan(): SyntaxKind;
6060
/**

0 commit comments

Comments
 (0)