Skip to content

Commit cb2435b

Browse files
committed
apB: fixing typo, per getify#138
1 parent f59f9fa commit cb2435b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuscript/apB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ If the *how* of this discussion on monad methods is unclear so far, go back and
203203

204204
It's very common in FP material to cover well-known monads like Maybe. Actually, the Maybe monad is a particular pairing of two other simpler monads: Just and Nothing.
205205

206-
We've already seen Just; Nothing is a monad that holds an empty value. Maybe is a monad that either holds a Just or an Empty.
206+
We've already seen Just; Nothing is a monad that holds an empty value. Maybe is a monad that either holds a Just or a Nothing.
207207

208208
Here's a minimal implementation of Maybe:
209209

0 commit comments

Comments
 (0)