diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-12-19 13:37:08 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-12-19 13:38:30 +0100 |
commit | a38b8327e969f8e0e6b07c36be5c47709871f158 (patch) | |
tree | b4fe275ef34aefb0f6c56eee84df670139a31d9c /docs/users_guide | |
parent | e3aa16595f6240bff60fdde6579c89e469f25b4f (diff) | |
download | haskell-a38b8327e969f8e0e6b07c36be5c47709871f158.tar.gz |
spelling in doc
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/ghci.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 3b1f00ebf0..f3e93a3ce5 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -2410,8 +2410,8 @@ Prelude> :. cmds.ghci and (b) all the other things mentioned in the instance are in scope (either qualified or otherwise) as a result of a <literal>:load</literal> or <literal>:module</literal> commands. </para> - The command <literal>:info!</literal> works in a similar fasion - but it removes restriction (b), showing all instancds that are in + The command <literal>:info!</literal> works in a similar fashion + but it removes restriction (b), showing all instances that are in scope and mention <replaceable>name</replaceable> in their head. </listitem> </varlistentry> |