Repository : ssh://[email protected]/ghc

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

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

commit 1ef941a82eafb8f22c19e2643685679d2454c24a
Author: Joachim Breitner <[email protected]>
Date:   Wed Sep 11 22:57:41 2013 +0200

    User guide typo: Missing ) in #language-pragma


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

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

diff --git a/docs/users_guide/glasgow_exts.xml 
b/docs/users_guide/glasgow_exts.xml
index 735564d..5cb9227 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -9080,7 +9080,7 @@ Assertion failures can be caught, see the documentation 
for the
 
       <para>Every language extension can also be turned into a command-line 
flag
        by prefixing it with "<literal>-X</literal>"; for example 
<option>-XForeignFunctionInterface</option>.
-       (Similarly, all "<literal>-X</literal>" flags can be written as 
<literal>LANGUAGE</literal> pragmas.
+       (Similarly, all "<literal>-X</literal>" flags can be written as 
<literal>LANGUAGE</literal> pragmas.)
       </para>
 
       <para>A list of all supported language extensions can be obtained by 
invoking

_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to