Update readme.md

This commit is contained in:
Sindre Sorhus 2021-09-10 00:12:56 +07:00 committed by GitHub
parent 1a9fdacd2d
commit d91843b089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -430,7 +430,7 @@ Returns `true` if `value` is an odd integer.
##### .propertyKey(value)
Returns `true` if `value` can be used as an object property key (either `string`, `number` or `symbol`.)
Returns `true` if `value` can be used as an object property key (either `string`, `number`, or `symbol`.)
##### .any(predicate | predicate[], ...values)