[commit: ghc] master: Fix typo "Rrestriction" in user's guide (lspitzner, #9528) (e7a0f5b)

git at git.haskell.org git at git.haskell.org
Tue Sep 16 17:11:46 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e7a0f5b66ced8d56d770375e4d35d38c70067559/ghc

>---------------------------------------------------------------

commit e7a0f5b66ced8d56d770375e4d35d38c70067559
Author: Reid Barton <rwbarton at gmail.com>
Date:   Tue Sep 16 12:57:50 2014 -0400

    Fix typo "Rrestriction" in user's guide (lspitzner, #9528)


>---------------------------------------------------------------

e7a0f5b66ced8d56d770375e4d35d38c70067559
 docs/users_guide/flags.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index f138c18..086157b 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -1026,7 +1026,7 @@
             <entry><option>-XNoMonomorphismRestriction</option></entry>
             <entry>Disable the <link linkend="monomorphism">monomorphism restriction</link>.</entry>
             <entry>dynamic</entry>
-            <entry><option>-XMonomorphismRrestriction</option></entry>
+            <entry><option>-XMonomorphismRestriction</option></entry>
           </row>
           <row>
             <entry><option>-XMultiParamTypeClasses</option></entry>



More information about the ghc-commits mailing list