aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library/12008-ollibs-bool.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/10-standard-library/12008-ollibs-bool.rst')
-rw-r--r--doc/changelog/10-standard-library/12008-ollibs-bool.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog/10-standard-library/12008-ollibs-bool.rst b/doc/changelog/10-standard-library/12008-ollibs-bool.rst
index 7c10d261a7..42e5eb96eb 100644
--- a/doc/changelog/10-standard-library/12008-ollibs-bool.rst
+++ b/doc/changelog/10-standard-library/12008-ollibs-bool.rst
@@ -1,5 +1,5 @@
- **Added:**
- Order relations ``ltb`` and ``compareb`` added in ``Bool.Bool``.
+ Order relations ``lt`` and ``compare`` added in ``Bool.Bool``.
Order properties for ``bool`` added in ``Bool.BoolOrder`` as well as two modules ``Bool_as_OT`` and ``Bool_as_DT`` in ``Structures.OrdersEx``
(`#12008 <https://github.com/coq/coq/pull/12008>`_,
by Olivier Laurent).