Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 25, 2015
1 parent c850e90 commit fe434fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Formatting/Internal.hs
Expand Up @@ -20,7 +20,7 @@ import Prelude hiding ((.),id)
import System.IO

-- | A formatter. The @r@ type means the returned value at the
-- end. The more formatters you compose, the more this wil build up
-- end. The more formatters you compose, the more this will build up
-- arguments from @r@ to @Int -> r@ to @Char -> (Int -> r)@, etc.
newtype Format r a =
Format {runFormat :: (Builder -> r) -> a}
Expand Down

0 comments on commit fe434fc

Please sign in to comment.