Skip to content

Commit fcd5a3d

Browse files
committed
add missing "Wrapped" in title
1 parent 039cef1 commit fcd5a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/functors-applicatives-monads-elm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Just String.toUpper
102102

103103
Not that you'd ever write code like this in practice – `map2` is usually much clearer. But it shows that the concept is there, just with different syntax.
104104

105-
## Monad: "I Have a Value, and a Function That Returns a Wrapped Value"
105+
## Monad: "I Have a Wrapped Value, and a Function That Returns a Wrapped Value"
106106

107107
Now for the big one. The M-word. The concept that has launched countless terrible tutorials.
108108

0 commit comments

Comments
 (0)