Skip to content

Commit 54b660c

Browse files
bwkamsmith558
andauthored
wee -> we (#67)
^ Signed-off-by: Beshoy Kamel <91009118+bwkam@users.noreply.github.com> Co-authored-by: Stanislav (Stanley) Modrak <44023416+smith558@users.noreply.github.com>
1 parent 28b607b commit 54b660c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/source_md/functors-applicative-functors-and-monoids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ instance Functor Maybe where
303303
```
304304

305305
We imagine that `id` plays the role of the `f` parameter in the implementation.
306-
We see that if wee `fmap id` over `Just x`, the result will be `Just (id x)`, and because `id` just returns its parameter, we can deduce that `Just (id x)` equals `Just x`.
306+
We see that if we `fmap id` over `Just x`, the result will be `Just (id x)`, and because `id` just returns its parameter, we can deduce that `Just (id x)` equals `Just x`.
307307
So now we know that if we map `id` over a `Maybe` value with a `Just` value constructor, we get that same value back.
308308

309309
Seeing that mapping `id` over a `Nothing` value returns the same value is trivial.

0 commit comments

Comments
 (0)