Fix typo in docs
authorIan Lynagh <igloo@earth.li>
Tue, 1 Dec 2009 17:05:50 +0000 (17:05 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 1 Dec 2009 17:05:50 +0000 (17:05 +0000)
docs/users_guide/glasgow_exts.xml

index f6699ed..8546c15 100644 (file)
@@ -1049,7 +1049,7 @@ It supports rebindable syntax (see <xref linkend="rebindable-syntax"/>).
 
 <sect3> <title> Mdo-notation (deprecated) </title>
 
-<para> GHC used to support the flag <option>-XREecursiveDo</option>,
+<para> GHC used to support the flag <option>-XRecursiveDo</option>,
 which enabled the keyword <literal>mdo</literal>, precisely as described in
 <ulink url="http://sites.google.com/site/leventerkok/">A recursive do for Haskell</ulink>,
 but this is now deprecated.  Instead of <literal>mdo { Q; e }</literal>, write