Minor documentational correction (#69)

This commit is contained in:
jokebookservice1 2018-11-02 16:04:44 +00:00 committed by Sindre Sorhus
parent 2232eeea79
commit b8a9fb457c

View file

@ -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'`. 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) ##### .regExp(value)
##### .date(value) ##### .date(value)