Correct haddock formatting.
authorAdam Vogt <vogt.adam@gmail.com>
Fri, 23 Apr 2010 02:21:03 +0000 (02:21 +0000)
committerAdam Vogt <vogt.adam@gmail.com>
Fri, 23 Apr 2010 02:21:03 +0000 (02:21 +0000)
GHC/IO/Exception.hs

index 4bb01ca..2f09fd7 100644 (file)
@@ -193,7 +193,7 @@ ioError         =  ioException
 -- | The Haskell 98 type for exceptions in the 'IO' monad.
 -- Any I\/O operation may raise an 'IOError' instead of returning a result.
 -- For a more general type of exception, including also those that arise
--- in pure code, see 'Control.Exception.Exception'.
+-- in pure code, see "Control.Exception.Exception".
 --
 -- In Haskell 98, this is an opaque type.
 type IOError = IOException