diff options
author | Simon Marlow <simonmar@microsoft.com> | 2009-03-28 21:15:18 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2009-03-28 21:15:18 +0000 |
commit | 058b5c20ba7bb3adc4f130ff24893c13941eca4d (patch) | |
tree | e98bbb8e95cd9b46e73bf4c2b0436285f061d119 /docs | |
parent | 44fa40018be30ebb837ab6ad5766c57558e88cf8 (diff) | |
download | haskell-058b5c20ba7bb3adc4f130ff24893c13941eca4d.tar.gz |
fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index f769d28749..8b876204ec 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -120,7 +120,7 @@ module X where <listitem> <para>Most non-mode flags fall into this category. A dynamic flag may be used on the command line, in a - <literal>GHC_OPTIONS</literal> pragma in a source file, or set + <literal>OPTIONS_GHC</literal> pragma in a source file, or set using <literal>:set</literal> in GHCi.</para> </listitem> </varlistentry> |