diff options
author | Chris Martin <ch.martin@gmail.com> | 2019-02-12 14:38:19 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-03 00:41:05 -0400 |
commit | 722fdddf31932236d4246821cb79987fa9422a7e (patch) | |
tree | e640af2e9c1df1ed5e080c8f318afc2e03a94551 /docs | |
parent | dd3a3d08e99114b791f5d1ef9218d922cdfd90e0 (diff) | |
download | haskell-722fdddf31932236d4246821cb79987fa9422a7e.tar.gz |
Correct two misspellings of "separately"
Diffstat (limited to 'docs')
-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 bf0d595df9..1c1d4cbb85 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -3787,7 +3787,7 @@ Haskell 98 allows the programmer to add a deriving clause to a data type declaration, to generate a standard instance declaration for specified class. GHC extends this mechanism along several axes: -* The derivation mechanism can be used separtely from the data type +* The derivation mechanism can be used separately from the data type declaration, using the `standalone deriving mechanism <#stand-alone-deriving>`__. |