[project @ 2002-06-18 13:58:53 by simonpj]
authorsimonpj <unknown>
Tue, 18 Jun 2002 13:58:53 +0000 (13:58 +0000)
committersimonpj <unknown>
Tue, 18 Jun 2002 13:58:53 +0000 (13:58 +0000)
typo

ghc/docs/users_guide/glasgow_exts.sgml

index 05ee7f3..49d378b 100644 (file)
@@ -1419,7 +1419,7 @@ You can apply a type synonym to a forall type:
  
   f :: Foo (forall b. b->b)
 </programlisting>
-After epxanding the synonym, <literal>f</literal> has the legal (in GHC) type:
+After expanding the synonym, <literal>f</literal> has the legal (in GHC) type:
 <programlisting>
   f :: (forall b. b->b) -> (forall b. b->b) -> Bool
 </programlisting>