summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-01 17:05:50 +0000
committerIan Lynagh <igloo@earth.li>2009-12-01 17:05:50 +0000
commit3ffe7863bbf8f5b988f84265027be01c342de6e8 (patch)
tree05951dc96d1cf9a0484ddf340274ce8d265d3da7 /docs
parentdd5f7cf05d67b0512abc22d1f54bc2316df2ba0f (diff)
downloadhaskell-3ffe7863bbf8f5b988f84265027be01c342de6e8.tar.gz
Fix typo in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index f6699ed392..8546c15aec 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -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