Update readme.md

This commit is contained in:
Sindre Sorhus 2019-06-30 15:08:38 +07:00 committed by GitHub
parent 4b17aa351c
commit 235a9f165f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ Keep in mind that [functions are objects too](https://developer.mozilla.org/en-U
##### .numericString(value)
Returns `true` for a string that represents a number satisfying `is.number`.
Returns `true` for a string that represents a number satisfying `is.number`, for example, `'42'` and `'-8.3'`.
Note: `'NaN'` returns `false`, but `'Infinity'` and `'-Infinity'` return `true`.