Skip to content

Commit 86b5590

Browse files
mchavLysxia
authored andcommitted
chore: Specify number of bytes in comment.
1 parent f473e7b commit 86b5590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Text/IO.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ readChunkEof hh buf = do t <- readChunk hh buf
119119
-- === Buffer Size
120120
--
121121
-- The maximum chunk size is determined by the handle's internal character
122-
-- buffer, which is set to 2048 characters (not bytes) by the GHC runtime
122+
-- buffer, which is set to 8192 bytes (2048 characters) by the GHC runtime
123123
-- constant @dEFAULT_CHAR_BUFFER_SIZE@. This buffer size cannot be modified
124124
-- through any public API.
125125
--

0 commit comments

Comments
 (0)