[commit: ghc] master: Documentation typo (23cd98f)

git at git.haskell.org git at git.haskell.org
Sun Jul 20 20:11:02 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/23cd98fdede1435e46785e7a6efc5e13132af984/ghc

>---------------------------------------------------------------

commit 23cd98fdede1435e46785e7a6efc5e13132af984
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sun Jul 20 22:08:48 2014 +0200

    Documentation typo


>---------------------------------------------------------------

23cd98fdede1435e46785e7a6efc5e13132af984
 docs/users_guide/glasgow_exts.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 336798c..0163ac9 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -5050,7 +5050,7 @@ The <option>-XIncoherentInstances</option> flag implies the
 A more precise specification is as follows.
 The willingness to be overlapped or incoherent is a property of
 the <emphasis>instance declaration</emphasis> itself, controlled by
-iether an explicit pragma, or the
+either an explicit pragma, or the
 presence or otherwise of the <option>-XOverlappingInstances</option>
 and <option>-XIncoherentInstances</option> flags when that instance declaration is
 being compiled.  Now suppose that, in some client module, we are searching for an instance of the



More information about the ghc-commits mailing list