summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2020-01-24 19:53:10 -0500
committerGabor Greif <ggreif@gmail.com>2020-01-25 02:17:53 +0100
commit878232d658c9eac5dcae4a1b6cf1c42606b2307a (patch)
treebee72cb710c635d6ea705fe101e2b759923dd00d
parent738e2912bfa2122074630d38693a260e4b58aeaf (diff)
downloadhaskell-wip/ggreif-doc-link-target.tar.gz
users-guide: Fix wrong link targetwip/ggreif-doc-link-target
-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 ddfc5a4b5c..881e2ac9e8 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -3958,7 +3958,7 @@ GHC extends this mechanism along several axes:
declaration.
The user can optionally declare the desired `deriving strategy
- <#deriving-stragies>`__, especially if the compiler chooses the wrong
+ <#deriving-strategies>`__, especially if the compiler chooses the wrong
one `by default <#default-deriving-strategy>`__.
.. _empty-data-deriving: