aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/04-tactics/11288-omega+depr.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/04-tactics/11288-omega+depr.rst')
-rw-r--r--doc/changelog/04-tactics/11288-omega+depr.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog/04-tactics/11288-omega+depr.rst b/doc/changelog/04-tactics/11288-omega+depr.rst
index 2832e6db61..3a2d421967 100644
--- a/doc/changelog/04-tactics/11288-omega+depr.rst
+++ b/doc/changelog/04-tactics/11288-omega+depr.rst
@@ -1,6 +1,6 @@
- **Removed:**
The undocumented ``omega with`` tactic variant has been removed,
- using ``lia`` is the recommended replacement, tho the old semantics
- of ``omega with *`` can be recovered with ``zify; omega``
+ using :tacn:`lia` is the recommended replacement, although the old semantics
+ of ``omega with *`` can also be recovered with ``zify; omega``
(`#11288 <https://github.com/coq/coq/pull/11288>`_,
by Emilio Jesus Gallego Arias).