From: simonmar Date: Fri, 28 Nov 2003 11:08:54 +0000 (+0000) Subject: [project @ 2003-11-28 11:08:54 by simonmar] X-Git-Tag: nhc98-1-18-release~435 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=50001a0d33c6c8c12e7dbffc3b2ce7e325383cb7;hp=42bc2e97c1a8566970da3fe35b79b0c764a303ef;p=ghc-base.git [project @ 2003-11-28 11:08:54 by simonmar] Doc wibble --- diff --git a/System/IO.hs b/System/IO.hs index f33a167..d189ac1 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -244,7 +244,7 @@ putChar c = hPutChar stdout c putStr :: String -> IO () putStr s = hPutStr stdout s --- | The same as 'putStrLn', but adds a newline character. +-- | The same as 'putStr', but adds a newline character. putStrLn :: String -> IO () putStrLn s = do putStr s