aboutsummaryrefslogtreecommitdiff
path: root/doc/markup.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/markup.rst')
-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