Skip to content

Commit

Permalink
Merge branch 'eitherOfType' of github.com:decompil3d/assume into eith…
Browse files Browse the repository at this point in the history
…erOfType
  • Loading branch information
Jonathan Keslin committed Apr 3, 2017
2 parents b0ba0e0 + 9e077d3 commit cfa5f10
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 cfa5f10

Please sign in to comment.