[project @ 2002-10-01 18:10:00 by erkok]
authorerkok <unknown>
Tue, 1 Oct 2002 18:10:00 +0000 (18:10 +0000)
committererkok <unknown>
Tue, 1 Oct 2002 18:10:00 +0000 (18:10 +0000)
typo

ghc/docs/users_guide/glasgow_exts.sgml

index 499d982..5e480d8 100644 (file)
@@ -2671,7 +2671,7 @@ then that monad must be declared an instance of the <literal>MonadFix</literal>
 For details, see the above mentioned reference.
 </para>
 <para>
-The following instances of <literal>MonadFix</literal> is automatically provided: List, Maybe, IO, and
+The following instances of <literal>MonadFix</literal> are automatically provided: List, Maybe, IO, and
 state monads (both lazy and strict).
 </para>
 <para>