Skip to content

Commit

Permalink
Update packages/utils/src/ts-eslint/Parser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 11, 2023
1 parent 96b6e74 commit 91e943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/ts-eslint/Parser.ts
Expand Up @@ -33,7 +33,7 @@ export namespace Parser {
*/
meta?: ParserMeta;
/**
* Parses the given text into an AST with optional
* Parses the given text into an AST
*/
parseForESLint(text: string, options?: ParserOptions): ParseResult;
};
Expand Down

0 comments on commit 91e943b

Please sign in to comment.