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
This commit is contained in:
parent
2232eeea79
commit
c2a182999f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue