summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2018-06-03 10:09:15 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2018-06-03 10:09:15 +0200
commit61280373f4531e87e8429f21cc6f72aa7182d139 (patch)
tree40c95af937a0be30e87f01086a1400a93fa457a6 /docs
parent1f88f541aad1e36d01f22f9e71dfbc247e6558e2 (diff)
downloadhaskell-61280373f4531e87e8429f21cc6f72aa7182d139.tar.gz
Fix typo in OverloadedLabels docs
as helpfully reported by elpinal (#15217).
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index b00d75f6a7..8b99d624e1 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``.