aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Semeria2020-03-27 23:06:01 +0100
committerVincent Semeria2020-03-27 23:06:01 +0100
commitba8783c42ad3e2b22d917336ce5e52245d09441b (patch)
tree3a7a23658b38f53c183630949037b56f987a016f
parentad91d136b8d51e859ce3b959674757818e753bcb (diff)
Fix changelog
-rw-r--r--doc/changelog/10-standard-library/11725-cleanup-reals.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog/10-standard-library/11725-cleanup-reals.rst b/doc/changelog/10-standard-library/11725-cleanup-reals.rst
index 84a8ceb514..02ee7e6c70 100644
--- a/doc/changelog/10-standard-library/11725-cleanup-reals.rst
+++ b/doc/changelog/10-standard-library/11725-cleanup-reals.rst
@@ -1,5 +1,5 @@
- **Changed:**
-Use implicit arguments for ``ConstructiveReals``. Move ``ConstructiveReals``
+ Use implicit arguments for ``ConstructiveReals``. Move ``ConstructiveReals``
into new directory ``Abstract``. Remove imports of implementations inside
those ``Abstract`` files. Move implementation by means of Cauchy sequences in new directory ``Cauchy``.
(`#11725 <https://github.com/coq/coq/pull/11725>`_,