Skip to content

Commit

Permalink
Remove spurious uncommented comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Feb 6, 2013
1 parent 64c9d97 commit afe03e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Trifecta/Result.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ instance Monoid Err where
{-# INLINE mappend #-}

-- | Generate a simple 'Err' word-wrapping the supplied message.
that word-wraps
failing :: String -> Err
failing m = Err (Just (fillSep (pretty <$> words m))) [] mempty
{-# INLINE failing #-}
Expand Down

0 comments on commit afe03e8

Please sign in to comment.