From c2a182999f9734b249e5824c920b8f55414bda50 Mon Sep 17 00:00:00 2001 From: jokebookservice1 Date: Fri, 2 Nov 2018 12:55:20 +0000 Subject: [PATCH] Minor documentational correction When the subject is singular, regular verbs tend to have an additional 's'. Hence, 'return' is modified to 'returns' to implement this rule. With it, the text may flow more easily to the reader --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f82781b..1814497 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,7 @@ Keep in mind that [functions are objects too](https://developer.mozilla.org/en-U Returns `true` for a string that represents a number. For example, `'42'` and `'-8'`. -Note: `'NaN'` return `false`, but `'Infinity'` and `'-Infinity'` return `true`. +Note: `'NaN'` returns `false`, but `'Infinity'` and `'-Infinity'` return `true`. ##### .regExp(value) ##### .date(value)