Skip to content

Commit e7e3c5e

Browse files
chrisdenmanulysses4ever
authored andcommitted
Changed an image's alt text value from 'why_ so serious' to 'why so serious'.
1 parent a3185b0 commit e7e3c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ Just by using `<$>` and `<*>` we can use normal functions to uniformly operate o
11181118

11191119
## The newtype keyword {#the-newtype-keyword}
11201120

1121-
![why_ so serious?](assets/images/functors-applicative-functors-and-monoids/maoi.png){.left width=107 height=202}
1121+
![why so serious?](assets/images/functors-applicative-functors-and-monoids/maoi.png){.left width=107 height=202}
11221122

11231123
So far, we've learned how to make our own algebraic data types by using the **data** keyword.
11241124
We've also learned how to give existing types synonyms with the **type** keyword.

0 commit comments

Comments
 (0)