diff options
-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: |