Skip to content

Commit 5ecc0d7

Browse files
Fix spelling of "recommended" in docs. (#713)
1 parent 188512c commit 5ecc0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/ByteString.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

Data/ByteString/Lazy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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

0 commit comments

Comments
 (0)