Skip to content

Commit

Permalink
fixup! Fix performance regression and more precise tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-viktor committed Oct 1, 2020
1 parent 8e9953c commit c688bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/ByteString/Streaming/Char8.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c688bc2

Please sign in to comment.