We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebbc82 commit 94958eeCopy full SHA for 94958ee
src/Data/Text/IO.hs
@@ -109,7 +109,7 @@ readChunkEof hh buf = do t <- readChunk hh buf
109
-- has not yet been reached. Once EOF is reached, this function
110
-- returns an empty string instead of throwing an exception.
111
--
112
--- == Behavior
+-- === Behavior
113
114
-- Unlike byte-oriented functions, 'hGetChunk' operates on complete UTF-8
115
-- characters. Since UTF-8 characters can occupy 1 to 4 bytes, this function
0 commit comments