fixed last lint error

This commit is contained in:
Jörg Vehlow
2017-12-12 22:40:07 +01:00
parent 2946765dcf
commit 439f9efd78

View File

@@ -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;