diff --git a/types/moo/index.d.ts b/types/moo/index.d.ts index dbb6d81f5b..9cf67c3299 100644 --- a/types/moo/index.d.ts +++ b/types/moo/index.d.ts @@ -40,7 +40,7 @@ export interface Rule { */ error?: true; /** - * Moo doesn't allow capturing groups, but you can supply a transform function, value(), + * Moo doesn't allow capturing groups, but you can supply a transform function, value(), * which will be called on the value before storing it in the Token object. */ value?: (x: string) => string;