aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimonBoulier2020-01-08 11:00:05 +0100
committerGitHub2020-01-08 11:00:05 +0100
commitb9f3e03dd07e678ce900f332cf4653c5d222ee16 (patch)
tree3dd390c63c86f7365def54d6c0835a459abce28b /doc
parent9cbd740cd7e8936a9411528fc5dd4d5ddb0d3c1d (diff)
Update doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/02-specification-language/11368-trailing_implicit_error.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst b/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
index 9a8d619f3b..a7ffde31fc 100644
--- a/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
+++ b/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
@@ -1,6 +1,6 @@
- **Changed:**
The warning raised when a trailing implicit is declared to be non maximally
- inserted (with the command `Arguments`) has been turned into an error.
+ inserted (with the command cmd:`Arguments <Arguments (implicits)>`) has been turned into an error.
This was deprecated since Coq 8.10.
(`#11368 <https://github.com/coq/coq/pull/11368>`_,
by SimonBoulier).