doc fix: don't refer to unblock.
authorSimon Marlow <marlowsd@gmail.com>
Mon, 8 Nov 2010 13:32:12 +0000 (13:32 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 8 Nov 2010 13:32:12 +0000 (13:32 +0000)
Control/Exception.hs

index c573e3a..7ade09b 100644 (file)
@@ -268,7 +268,7 @@ to write something like
 >                 (\e -> handler)
 
 If you need to unblock asynchronous exceptions again in the exception
-handler, just use 'unblock' as normal.
+handler, 'restore' can be used there too.
 
 Note that 'try' and friends /do not/ have a similar default, because
 there is no exception handler in this case.  Don't use 'try' for