We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279806d commit 6ba5a04Copy full SHA for 6ba5a04
README.md
@@ -75,7 +75,7 @@ const priceWithDiscountForLoyalty = maybe(maybeVisitedBeforeXTimes)
75
none: () => 15.00
76
})
77
78
-// handle multiple maybe conditionas together
+// handle multiple maybe conditions together
79
const canRideCoaster = getAge() // Maybe<number>
80
.bind(age => getTicket(age)) // Maybe<Ticket>
81
.match({
0 commit comments