From 439f9efd78a748d8cdf01963ef54011cfe82cba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Vehlow?= Date: Tue, 12 Dec 2017 22:40:07 +0100 Subject: [PATCH] fixed last lint error --- types/moo/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;