diff options
author | Austin Seipp <austin@well-typed.com> | 2015-01-19 08:23:51 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-01-19 08:23:51 -0600 |
commit | cb65bdbca83f43d72dd2fc6ecd1897e734454d33 (patch) | |
tree | b29fdd5717cc74e3f21c28802ef9b82fbac3b515 /docs/users_guide/using.xml | |
parent | 851ed7211fb18fea938be84c99b6389f6762b30d (diff) | |
download | haskell-cb65bdbca83f43d72dd2fc6ecd1897e734454d33.tar.gz |
Doc fix (follow up to #9957)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'docs/users_guide/using.xml')
-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 0504fb5d41..1940e7abc4 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1862,7 +1862,7 @@ data Vec n s where and <function>Succ</function> are not written as <function>'Zero</function> and <function>'Succ</function>. </para> - <para>This warning is off by default.</para> + <para>This warning is is enabled by default in <literal>-Wall</literal> mode.</para> </listitem> </varlistentry> |