forked from orbit-oss/is
Minor documentational correction (#69)
This commit is contained in:
parent
2232eeea79
commit
b8a9fb457c
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