Fix unneeded uppercasing in comment
This commit is contained in:
parent
4cdfee768b
commit
0e8830f3a8
@ -11,7 +11,7 @@
|
||||
export function parse(code: string, options?: ParserOptions): import('@babel/types').File;
|
||||
|
||||
/**
|
||||
* Parse the provided code as a single Expression.
|
||||
* Parse the provided code as a single expression.
|
||||
*/
|
||||
export function parseExpression(code: string, options?: ParserOptions): import('@babel/types').Expression;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user