summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-08-29 18:49:01 +0200
committerGabor Greif <ggreif@gmail.com>2014-08-29 18:50:52 +0200
commit9491fea2e8c034ed1ed4b2d8bb916a56b41ab796 (patch)
tree73f8c941af4623999ae0eb1c71e7ad04ecbfd667 /docs
parentfa9dd0679ec6b75a22213433e860ccb39e89b975 (diff)
downloadhaskell-9491fea2e8c034ed1ed4b2d8bb916a56b41ab796.tar.gz
Typos in comments
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index befaf4d33c..7cfc2be1c1 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -5358,7 +5358,7 @@ is extended thus: defaulting applies when all the unresolved constraints involve
</para></listitem>
</itemizedlist>
So, for example, the expression <literal>length "foo"</literal> will give rise
-to an ambiguous use of <literal>IsString a0</literal> which, becuase of the above
+to an ambiguous use of <literal>IsString a0</literal> which, because of the above
rules, will default to <literal>String</literal>.
</para>
<para>