fixed consistancy in readme.md
This commit is contained in:
parent
d22dcb11aa
commit
25aa30398a
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ Returns true if `value` is an array and all of it's items match the assertion.
|
|||
|
||||
```js
|
||||
is.array(value) // validate `value` is an array
|
||||
is.array(value, is.number) // validate that value is an array and all of it's items are numbers.
|
||||
is.array(value, is.number) // validate `value` is an array and all of it's items are numbers.
|
||||
```
|
||||
|
||||
##### .function(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue