[commit: ghc] master: User guide typo: Missing ) in #language-pragma (1ef941a)

git at git.haskell.org git at git.haskell.org
Wed Sep 11 23:20:17 CEST 2013


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

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

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

commit 1ef941a82eafb8f22c19e2643685679d2454c24a
Author: Joachim Breitner <mail at joachim-breitner.de>
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




More information about the ghc-commits mailing list