Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Derp. Fix readme example for eitherOf
  • Loading branch information
decompil3d committed Apr 1, 2017
1 parent 15d5d7d commit b8c68dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -272,7 +272,7 @@ Asserts if the given value is one of the acceptable types.
The same caveats regarding `typeof` apply as described in [a, an](#a-an).

```js
assume([]).is.oneOfType(['array'], ['string']);
assume([]).is.oneOfType(['array', string']);
```
#### instanceOf, instanceof, inherits, inherit
Expand Down

0 comments on commit b8c68dc

Please sign in to comment.