doc wibble: Haskell 98 I/O Error -> 'IOError'
[ghc-base.git] / Control / Exception / Base.hs
index 4c7ce95..5794de3 100644 (file)
@@ -340,7 +340,7 @@ blocked  = return False
 -- Note that we have to give a type signature to @e@, or the program
 -- will not typecheck as the type is ambiguous. While it is possible
 -- to catch exceptions of any type, see the previous section \"Catching all
--- exceptions \" for an explanation of the problems with doing so.
+-- exceptions\" for an explanation of the problems with doing so.
 --
 -- For catching exceptions in pure (non-'IO') expressions, see the
 -- function 'evaluate'.