File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222-- are encoded as strict 'Word8' arrays of bytes, held in a 'ForeignPtr',
2323-- and can be passed between C and Haskell with little effort.
2424--
25- -- The recomended way to assemble ByteStrings from smaller parts
25+ -- The recommended way to assemble ByteStrings from smaller parts
2626-- is to use the builder monoid from "Data.ByteString.Builder".
2727--
2828-- This module is intended to be imported @qualified@, to avoid name
Original file line number Diff line number Diff line change 3030-- operations lazy ByteStrings are usually within a few percent of
3131-- strict ones.
3232--
33- -- The recomended way to assemble lazy ByteStrings from smaller parts
33+ -- The recommended way to assemble lazy ByteStrings from smaller parts
3434-- is to use the builder monoid from "Data.ByteString.Builder".
3535--
3636-- This module is intended to be imported @qualified@, to avoid name
You can’t perform that action at this time.
0 commit comments