Skip to content

Commit

Permalink
Merge pull request #8 from Huachao/master
Browse files Browse the repository at this point in the history
Fix typo of token
  • Loading branch information
aeschli authored Mar 12, 2018
2 parents a65f945 + 3d41551 commit 25eb4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface JSONScanner {
*/
setPosition(pos: number): any;
/**
* Read the next token. Returns the tolen code.
* Read the next token. Returns the token code.
*/
scan(): SyntaxKind;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface JSONScanner {
*/
setPosition(pos: number): void;
/**
* Read the next token. Returns the tolen code.
* Read the next token. Returns the token code.
*/
scan(): SyntaxKind;
/**
Expand Down

0 comments on commit 25eb4ce

Please sign in to comment.