doc wibble
authorSimon Marlow <marlowsd@gmail.com>
Tue, 29 Jun 2010 12:26:08 +0000 (12:26 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 29 Jun 2010 12:26:08 +0000 (12:26 +0000)
GHC/IO/Handle/Text.hs

index 0bd3550..f05905c 100644 (file)
@@ -73,6 +73,7 @@ import GHC.List
 -- This operation may fail with:
 --
 --  * 'isEOFError' if the end of file has been reached.
+--
 --  * a decoding error, if the input begins with an invalid byte sequence
 --    in this Handle's encoding.
 --