Fix typo
authorsimonpj@microsoft.com <unknown>
Fri, 8 Dec 2006 13:48:07 +0000 (13:48 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 8 Dec 2006 13:48:07 +0000 (13:48 +0000)
docs/users_guide/glasgow_exts.xml

index 052c9c3..b2daa16 100644 (file)
@@ -4807,7 +4807,7 @@ f !x = 3
 </programlisting>
 Is this a definition of the infix function "<literal>(!)</literal>",
 or of the "<literal>f</literal>" with a bang pattern? GHC resolves this
-ambiguity inf favour of the latter.  If you want to define
+ambiguity in favour of the latter.  If you want to define
 <literal>(!)</literal> with bang-patterns enabled, you have to do so using
 prefix notation:
 <programlisting>