summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghci.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/ghci.xml')
-rw-r--r--docs/users_guide/ghci.xml4
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>