Fix haddock formatting
authorIan Lynagh <igloo@earth.li>
Fri, 25 Jun 2010 22:26:23 +0000 (22:26 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 25 Jun 2010 22:26:23 +0000 (22:26 +0000)
GHC/Unicode.hs

index 73e453a..c97e1db 100644 (file)
@@ -64,7 +64,7 @@ isControl               :: Char -> Bool
 isPrint                 :: Char -> Bool
 
 -- | Returns 'True' for any Unicode space character, and the control
--- characters @\t@, @\\n@, @\\r@, @\\f@, @\\v@.
+-- characters @\\t@, @\\n@, @\\r@, @\\f@, @\\v@.
 isSpace                 :: Char -> Bool
 -- isSpace includes non-breaking space
 -- Done with explicit equalities both for efficiency, and to avoid a tiresome