aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRaphael Das Gupta <github.com@raphael.dasgupta.ch>2022-05-02 14:46:48 +0200
committerGitHub <noreply@github.com>2022-05-02 14:46:48 +0200
commit7a470e3af7b7a8db5f2b77b359cdd874163d801c (patch)
tree90ff772d353a1bd9576655848dab47671d2788bd /doc
parente53854655a796579efcaaf1c4321f388910af3d0 (diff)
fix grammar in docs: "can the" → "can be" (#1477)
Diffstat (limited to 'doc')
-rw-r--r--doc/markup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup.rst b/doc/markup.rst
index 73ec22fd..55ae3cb3 100644
--- a/doc/markup.rst
+++ b/doc/markup.rst
@@ -178,7 +178,7 @@ Deriving clauses
Most instances are top-level, so can be documented as in
:ref:`top-level-declaration`. The exception to this is instance that are
come from a ``deriving`` clause on a datatype declaration. These can
-the documented like this: ::
+be documented like this: ::
data D a = L a | M
deriving ( Eq -- ^ @since 4.5