From 22bd20998cb3c11a3a0787e34413e7cbaac06381 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Fri, 24 Jun 2016 11:06:24 +0100 Subject: [PATCH] Fix grammar (consist -> consists) --- doc/syntastic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index 96a0b1571..9b9674eed 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -561,7 +561,7 @@ option should be set to something like: > \ "file:p": ['\m^/usr/include/', '\m\c\.h$'] } < Each element turns off messages matching the patterns specified by the -corresponding value. Values are lists, but if a list consist of a single +corresponding value. Values are lists, but if a list consists of a single element you may omit the brackets (e.g. you may write "style" instead of ["style"]). Elements with values [] or "" are ignored (this is useful for overriding filters, cf. |filter-overrides|).