Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magniff committed Sep 30, 2018
1 parent 3a3fc41 commit d2e362b
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 @@ -70,7 +70,7 @@ True
>>> Just("hello").predicate(10)
False
```
Is also can take a list of values as an itinialization set:
It also can take a list of values as an itinialization set:
```python3
>>> Just("hello", "world").predicate("hello")
True
Expand Down

0 comments on commit d2e362b

Please sign in to comment.