[commit: ghc] master: Fix typo in OverloadedLabels docs (6128037)

git at git.haskell.org git at git.haskell.org
Sun Jun 3 08:09:59 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/61280373f4531e87e8429f21cc6f72aa7182d139/ghc

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

commit 61280373f4531e87e8429f21cc6f72aa7182d139
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Jun 3 10:09:15 2018 +0200

    Fix typo in OverloadedLabels docs
    
    as helpfully reported by elpinal (#15217).


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

61280373f4531e87e8429f21cc6f72aa7182d139
 docs/users_guide/glasgow_exts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index b00d75f..8b99d62 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -6939,7 +6939,7 @@ Overloaded labels
 
 GHC supports *overloaded labels*, a form of identifier whose interpretation may
 depend both on its type and on its literal text.  When the
-:extension:`OverloadedLabels` extension is enabled, an overloaded label can written
+:extension:`OverloadedLabels` extension is enabled, an overloaded label can be written
 with a prefix hash, for example ``#foo``.  The type of this expression is
 ``IsLabel "foo" a => a``.
 



More information about the ghc-commits mailing list