Fix: missing close backquote on inline code.

This commit is contained in:
Pedro Minicz 2019-10-21 11:41:11 -03:00
parent 84449daa5c
commit 1615048a31

View file

@ -656,7 +656,7 @@ Show
foldr _∷_ [] xs ≡ xs
Show as a consequence of `foldr-++ above that
Show as a consequence of `foldr-++` above that
xs ++ ys ≡ foldr _∷_ ys xs