Skip to content

Commit 3a3068e

Browse files
author
Gregory Cox
committed
Replace newline with space in img alt attributes
1 parent 7bbf556 commit 3a3068e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/a-fistful-of-monads.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,8 +1842,7 @@ <h3 id="a-knights-quest">A knight’s quest</h3>
18421842

18431843
<h2 id="monad-laws">Monad laws</h2>
18441844

1845-
<img src="assets/images/a-fistful-of-monads/judgedog.png" class="right" width="343" height="170" alt="the court finds you guilty of peeing all over
1846-
everything">
1845+
<img src="assets/images/a-fistful-of-monads/judgedog.png" class="right" width="343" height="170" alt="the court finds you guilty of peeing all over everything">
18471846

18481847
<p>
18491848
Just like applicative functors, and functors before them, monads come with a few

docs/functors-applicative-functors-and-monoids.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,7 @@ <h3 id="type-vs.-newtype-vs.-data"><span class="fixed">type</span> vs. <span cl
10641064

10651065
<h2 id="monoids">Monoids</h2>
10661066

1067-
<img src="assets/images/functors-applicative-functors-and-monoids/pirateship.png" class="right" width="460" height="417" alt="wow this is pretty much the gayest pirate ship
1068-
ever">
1067+
<img src="assets/images/functors-applicative-functors-and-monoids/pirateship.png" class="right" width="460" height="417" alt="wow this is pretty much the gayest pirate ship ever">
10691068

10701069
<p>
10711070
Type classes in Haskell are used to present an interface for types that have

0 commit comments

Comments
 (0)