diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-04-10 10:00:50 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-04-10 10:00:50 +0200 |
commit | 9d16808e1b6dd2fb7ab3eb5712d9842e77d57631 (patch) | |
tree | d574d81a21d82998860c15c8d9c8d320d55fa928 /docs/users_guide | |
parent | fa46c597db9939de1de4bc9b917c8dc1d9e2093a (diff) | |
download | haskell-9d16808e1b6dd2fb7ab3eb5712d9842e77d57631.tar.gz |
Typos in error messages and in comments
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/debugging.xml | 2 | ||||
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index aebb928ae8..a0fee40749 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -530,7 +530,7 @@ </sect2> - <sect2 id="supression"> + <sect2 id="suppression"> <title>Suppressing unwanted information</title> <indexterm><primary>suppression</primary></indexterm> diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 832b02fff3..630f2b47da 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -4964,7 +4964,7 @@ Specfically, <option>-XFlexibleContexts</option>, allows (well-kinded) class con of form <literal>(C t1 ... tn)</literal> in the context of an instance declaration. </para> <para> -Notice that the flag does not affect equality constaints in an instance context; +Notice that the flag does not affect equality constraints in an instance context; they are permitted by <option>-XTypeFamilies</option> or <option>-XGADTs</option>. </para> <para> |