diff options
author | Raphael Das Gupta <github.com@raphael.dasgupta.ch> | 2022-05-02 14:46:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 14:46:48 +0200 |
commit | 7a470e3af7b7a8db5f2b77b359cdd874163d801c (patch) | |
tree | 90ff772d353a1bd9576655848dab47671d2788bd /doc | |
parent | e53854655a796579efcaaf1c4321f388910af3d0 (diff) |
fix grammar in docs: "can the" → "can be" (#1477)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markup.rst | 2 |
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 |