aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2018-05-16 19:46:52 +0200
committerThéo Zimmermann2018-05-16 19:46:52 +0200
commitaca979230e6ff72913c63b844954f1ec9dc24d61 (patch)
tree096b69c8a74816a59948480b5536004e4588f263
parent8f7bfd85b92c00e1d0c88a07f4a0e6febcfadaf0 (diff)
parent35eedc8e0878a174af2688913b6b60c879cf435c (diff)
Merge PR #7535: Typo in documentation of Derive
-rw-r--r--doc/sphinx/addendum/miscellaneous-extensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/miscellaneous-extensions.rst b/doc/sphinx/addendum/miscellaneous-extensions.rst
index 80ea8a1166..b6c35d8fa7 100644
--- a/doc/sphinx/addendum/miscellaneous-extensions.rst
+++ b/doc/sphinx/addendum/miscellaneous-extensions.rst
@@ -11,7 +11,7 @@ Program derivation
|Coq| comes with an extension called ``Derive``, which supports program
derivation. Typically in the style of Bird and Meertens or derivations
of program refinements. To use the Derive extension it must first be
-required with ``Require Coq.Derive.Derive``. When the extension is loaded,
+required with ``Require Coq.derive.Derive``. When the extension is loaded,
it provides the following command:
.. cmd:: Derive @ident SuchThat @term As @ident