[project @ 2003-03-10 12:48:10 by stolz]
authorstolz <unknown>
Mon, 10 Mar 2003 12:48:10 +0000 (12:48 +0000)
committerstolz <unknown>
Mon, 10 Mar 2003 12:48:10 +0000 (12:48 +0000)
Fix typo

ghc/docs/users_guide/glasgow_exts.sgml

index 0956fd1..b3fb637 100644 (file)
@@ -4446,7 +4446,7 @@ Now you can make a data type into an instance of Bin like this:
   instance (Bin a, Bin b) => Bin (a,b)
   instance Bin a => Bin [a]
 </programlisting>
-That is, just leave off the "where" clasuse.  Of course, you can put in the
+That is, just leave off the "where" clause.  Of course, you can put in the
 where clause and over-ride whichever methods you please.
 </para>