Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Fix a little typo (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
josselinauguste authored and gcanti committed Oct 26, 2017
1 parent 5603351 commit 88870cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ const Country = t.enums({

# Optional values, the `maybe` combinator

Prolem. So far the values were always required, but what if I must handle optional values?
Problem. So far the values were always required, but what if I must handle optional values?

Solution. There is the `maybe` combinator and it can be composed with every other combinator:

Expand Down

0 comments on commit 88870cf

Please sign in to comment.