From b847c4decf42a5bc503c38bcc74a8d3c5fbf35eb Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 4 Aug 2003 13:49:28 +0000 Subject: [PATCH] [project @ 2003-08-04 13:49:28 by panne] Fixed hyperlink for exitWith --- GHC/IOBase.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index 1870146..93a02b7 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -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 -- 1.7.10.4