diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-09-11 22:57:41 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-09-11 23:05:56 +0200 |
commit | 1ef941a82eafb8f22c19e2643685679d2454c24a (patch) | |
tree | a7a5aa0400114ac6fc4a9567ea0aa40866ef854f /docs | |
parent | 65e55c6613f4ee22779fbbc891a7e4c435b70334 (diff) | |
download | haskell-1ef941a82eafb8f22c19e2643685679d2454c24a.tar.gz |
User guide typo: Missing ) in #language-pragma
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 735564d14b..5cb922770c 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 |