Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
BBB committed Apr 3, 2023
1 parent a126875 commit ffad705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ console.log(one.or(two).or(three));
* Gives us:
* [["ONE"], ["TWO"], ["THREE"]]
*/
console.log(one.or(two.and(three)));

console.log(one.or(two.and(three)));
/**
* Gives us:
* [["ONE"], ["TWO", "THREE"]]
Expand Down

0 comments on commit ffad705

Please sign in to comment.