summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-03-04 09:22:32 +0000
committersimonpj@microsoft.com <unknown>2009-03-04 09:22:32 +0000
commit2835f3070e5758d8f3846e6ddcc10653d1f32661 (patch)
tree436665dda5594e6659cc38511d3379c06566245e /docs
parenta74edc69f977205d1aceb3705c4fa34851d4619e (diff)
downloadhaskell-2835f3070e5758d8f3846e6ddcc10653d1f32661.tar.gz
Fix spelling (Trac#3069)
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 eb3e1435cf..67fc72a89a 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -391,7 +391,7 @@ Indeed, the bindings can even be recursive.
the syntax by eliminating odd cases
like <literal>Prelude..</literal>. For example,
when <literal>NewQualifiedOperators</literal> is on, it is possible to
- write the enerated sequence <literal>[Monday..]</literal>
+ write the enumerated sequence <literal>[Monday..]</literal>
without spaces, whereas in Haskell 98 this would be a
reference to the operator &lsquo;<literal>.</literal>&lsquo;
from module <literal>Monday</literal>.</para>