From: simonpj@microsoft.com Date: Wed, 4 Mar 2009 09:22:32 +0000 (+0000) Subject: Fix spelling (Trac#3069) X-Git-Tag: 2009-03-13~29 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2835f3070e5758d8f3846e6ddcc10653d1f32661 Fix spelling (Trac#3069) --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index eb3e143..67fc72a 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 Prelude... For example, when NewQualifiedOperators is on, it is possible to - write the enerated sequence [Monday..] + write the enumerated sequence [Monday..] without spaces, whereas in Haskell 98 this would be a reference to the operator ‘.‘ from module Monday.