diff --git a/Data/ByteString/Streaming/Char8.hs b/Data/ByteString/Streaming/Char8.hs index 01a9e7e..c48ae1a 100644 --- a/Data/ByteString/Streaming/Char8.hs +++ b/Data/ByteString/Streaming/Char8.hs @@ -734,7 +734,7 @@ w8IsSpace = \ !w8 -> || w == 0xa0 ) -- NBSP {-# INLINE w8IsSpace #-} --- Try to position the stream at the next non-whitespace input, by +-- | Try to position the stream at the next non-whitespace input, by -- skipping leading whitespace. Only a /reasonable/ quantity of -- whitespace will be skipped before giving up and returning the rest -- of the stream with any remaining whitespace. Limiting the amount of