Merge pull request #427 from pedrominicz/dev
Fix: missing close backquote on inline code.
This commit is contained in:
commit
2975ebea1f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue