Fix removed leading slash + space in Haskell multi-line string

This commit is contained in:
pushfoo 2024-06-20 10:01:32 -04:00
parent 9ea24a0e9b
commit 0e6cd41b8b

View File

@ -61,8 +61,8 @@ outro =
map P.text $
words
"Be sure to ask on the Gren Discord (https://discord.gg/J8aaGMfz) if you run into trouble!\
Folks are friendly and happy to help out. They hang out there because it is fun, so be kind\
to get the best results!"
\ Folks are friendly and happy to help out. They hang out there because it is fun, so be kind\
\ to get the best results!"
-- INIT