Skip to content

Commit 3106116

Browse files
committed
Doc wording tweak
1 parent 03c8927 commit 3106116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Codec/Compression/Zlib/Internal.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ foldDecompressStreamWithInput chunk end err = \s lbs ->
303303
-- appropriate in all cicumstances.
304304
--
305305
-- For these cases an incremental interface is more appropriate. This interface
306-
-- allows both incremental input and output. Chunks of input data to be
307-
-- supplied one by one (e.g. as they are obtained from an input source like a
308-
-- file or network source). Output is also produced chunk by chunk.
306+
-- allows both incremental input and output. Chunks of input data are supplied
307+
-- one by one (e.g. as they are obtained from an input source like a file or
308+
-- network source). Output is also produced chunk by chunk.
309309
--
310310
-- The incremental input and output is managed via the 'CompressStream' and
311311
-- 'DecompressStream' types. They represents the unfolding of the process of

0 commit comments

Comments
 (0)