aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
diff options
context:
space:
mode:
authorThéo Zimmermann2020-03-08 09:03:21 +0100
committerThéo Zimmermann2020-03-08 09:09:34 +0100
commit7f53c4266d1159f5855df70e0ef63e519df46cd5 (patch)
treee664268d4f9fcdeddb028a3cd2d413692eda7811 /doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
parentdbd3a4c4213b3d56908a8387de93e27aaec501a4 (diff)
Minor improvements to the unreleased changelog.
Diffstat (limited to 'doc/changelog/02-specification-language/11368-trailing_implicit_error.rst')
-rw-r--r--doc/changelog/02-specification-language/11368-trailing_implicit_error.rst4
1 files changed, 2 insertions, 2 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 a7ffde31fc..b0e658998b 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 cmd:`Arguments <Arguments (implicits)>`) has been turned into an error.
- This was deprecated since Coq 8.10.
+ 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).