Fix incorrect comment

This commit is contained in:
Paul Chiusano 2021-07-13 22:58:58 -04:00
parent 59739c66e3
commit 9a1d3669d6

View File

@ -97,7 +97,7 @@ data SpecialForm
| EmbedInline SyntaxText
deriving (Eq,Show,Generic)
-- `Src unfolded folded`
-- `Src folded unfolded`
data Src = Src SyntaxText SyntaxText deriving (Eq,Show,Generic)
renderDoc :: forall v m . (Var v, Monad m)