diff options
author | Gabor Greif <ggreif@gmail.com> | 2020-01-24 19:53:10 -0500 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2020-01-25 02:17:53 +0100 |
commit | 878232d658c9eac5dcae4a1b6cf1c42606b2307a (patch) | |
tree | bee72cb710c635d6ea705fe101e2b759923dd00d | |
parent | 738e2912bfa2122074630d38693a260e4b58aeaf (diff) | |
download | haskell-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.rst | 2 |
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: |