aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Dénès2020-02-26 18:16:19 +0100
committerMaxime Dénès2020-02-26 18:16:19 +0100
commitb0cc8f42df0a2a6acdcaefec9f03477f95e99c2c (patch)
tree236d006502e9c9d052bc7630e1626d04994551d6 /doc
parent4b9250db36d568dc6a112711431089f2b638c2a8 (diff)
Fix changelog for https://github.com/coq/coq/pull/11686
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/11686-fix-int-notations.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/changelog/10-standard-library/11686-fix-int-notations.rst b/doc/changelog/10-standard-library/11686-fix-int-notations.rst
index 12a68e208f..cc820c5a25 100644
--- a/doc/changelog/10-standard-library/11686-fix-int-notations.rst
+++ b/doc/changelog/10-standard-library/11686-fix-int-notations.rst
@@ -1,6 +1,6 @@
- **Changed:**
- Notations [|x|] and [||x||] for morphisms from 63-bit integers to Z and
- zn2z int have been removed in favor of φ x and Φ x respectively. These
- notations were breaking Ltac parsing.
- (`#11686 <https://github.com/coq/coq/pull/11686>`_,
+ Notations :n:`[|@term|]` and :n:`[||@term||]` for morphisms from 63-bit
+ integers to :g:`Z` and :g:`zn2z int` have been removed in favor of
+ :n:`φ(@term)` and :n:`Φ(@term)` respectively. These notations were
+ breaking Ltac parsing. (`#11686 <https://github.com/coq/coq/pull/11686>`_,
by Maxime Dénès).