Skip to content

Commit f473e7b

Browse files
mchavLysxia
authored andcommitted
chore: Update oter subheadings.
1 parent 94958ee commit f473e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Text/IO.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ readChunkEof hh buf = do t <- readChunk hh buf
116116
-- cannot guarantee reading an exact number of bytes. Instead, it reads
117117
-- complete characters up to the handle's internal buffer limit.
118118
--
119-
-- == Buffer Size
119+
-- === Buffer Size
120120
--
121121
-- The maximum chunk size is determined by the handle's internal character
122122
-- buffer, which is set to 2048 characters (not bytes) by the GHC runtime
123123
-- constant @dEFAULT_CHAR_BUFFER_SIZE@. This buffer size cannot be modified
124124
-- through any public API.
125125
--
126-
-- == UTF-8 Considerations
126+
-- === UTF-8 Considerations
127127
--
128128
-- When working with UTF-8 encoded text:
129129
--

0 commit comments

Comments
 (0)