[project @ 2003-08-04 13:49:28 by panne]
authorpanne <unknown>
Mon, 4 Aug 2003 13:49:28 +0000 (13:49 +0000)
committerpanne <unknown>
Mon, 4 Aug 2003 13:49:28 +0000 (13:49 +0000)
Fixed hyperlink for exitWith

GHC/IOBase.lhs

index 1870146..93a02b7 100644 (file)
@@ -552,7 +552,7 @@ data Exception
   | ExitException      ExitCode
        -- ^The 'ExitException' exception is thrown by 'System.Exit.exitWith' (and
        -- 'System.Exit.exitFailure').  The 'ExitCode' argument is the value passed 
-       -- to 'System.exitWith'.  An unhandled 'ExitException' exception in the
+       -- to 'System.Exit.exitWith'.  An unhandled 'ExitException' exception in the
        -- main thread will cause the program to be terminated with the given 
        -- exit code.
   | IOException        IOException