Skip to content

Commit

Permalink
Merge pull request #4 from nomeata/master
Browse files Browse the repository at this point in the history
Just a small typo
  • Loading branch information
meiersi committed Aug 2, 2011
2 parents bef5d31 + cd712f0 commit 65ec2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blaze/ByteString/Builder/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ nonEmptyChunk bs lbs | S.null bs = lbs

-- | Output all data written in the current buffer and start a new chunk.
--
-- The use uf this function depends on how the resulting bytestrings are
-- The use of this function depends on how the resulting bytestrings are
-- consumed. 'flush' is possibly not very useful in non-interactive scenarios.
-- However, it is kept for compatibility with the builder provided by
-- Data.Binary.Builder.
Expand Down

0 comments on commit 65ec2e6

Please sign in to comment.