Skip to content

Commit

Permalink
Fix typo in Text renderer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Dec 22, 2010
1 parent a58bfe2 commit dc4984e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Blaze/Renderer/Text.hs
Expand Up @@ -98,7 +98,7 @@ renderBuilder d = go mempty
-- decode them that way.
--
renderHtml :: Html -- ^ HTML to render
-> L.Text -- ^ Resulting 'L.ByteString'
-> L.Text -- ^ Resulting 'L.Text'
renderHtml = renderHtmlWith decodeUtf8
{-# INLINE renderHtml #-}

Expand Down

0 comments on commit dc4984e

Please sign in to comment.