summaryrefslogtreecommitdiff
path: root/docs/users_guide/glasgow_exts.xml
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-03-02 19:28:36 +0100
committerGabor Greif <ggreif@gmail.com>2015-03-02 19:28:36 +0100
commit3197018d4efbf7407577300b88897cef26f7f4c6 (patch)
tree6134ea1154922672910e57ab7897447cea211d4b /docs/users_guide/glasgow_exts.xml
parentefbd3eb10a2741d45b0e25c98674c8da57dac5ab (diff)
downloadhaskell-3197018d4efbf7407577300b88897cef26f7f4c6.tar.gz
Typos in non-code
Diffstat (limited to 'docs/users_guide/glasgow_exts.xml')
-rw-r--r--docs/users_guide/glasgow_exts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 7bb2f68e95..edfdc849bf 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -6679,8 +6679,8 @@ level of the signature for <literal>f1</literal>.
But in the case of of <literal>f2</literal> we give a kind annotation in the <literal>forall (a:k)</literal>
binding, and GHC therefore puts the kind <literal>forall</literal> right there too.
This design decision makes default case (<literal>f1</literal>)
-as polymorphic as possible; remember that a <emphasis>more</emphasis> polymorhic argument type (as in <literal>f2</literal>
-makes the overall function <emphasis>less</emphasis> polymorphic, because there are fewer accepable arguments.
+as polymorphic as possible; remember that a <emphasis>more</emphasis> polymorphic argument type (as in <literal>f2</literal>
+makes the overall function <emphasis>less</emphasis> polymorphic, because there are fewer acceptable arguments.
</para></listitem>
</itemizedlist>
</para>