aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/addendum
diff options
context:
space:
mode:
authorThéo Zimmermann2019-02-14 10:08:34 +0100
committerThéo Zimmermann2019-02-14 10:08:34 +0100
commit10443666879e250a36441540b49d311b2b52e03a (patch)
tree4665ff837588666a5ded07356d9d683b93495cd9 /doc/sphinx/addendum
parent0e36b06e8426d2fcd18fafed187a676ceb6592ae (diff)
parent5446b141fb94fcbc5b05a0ef8ec362fd7485e91e (diff)
Merge PR #9542: [Manual] Don’t use `Undo`; and other cleaning
Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: maximedenes
Diffstat (limited to 'doc/sphinx/addendum')
-rw-r--r--doc/sphinx/addendum/extended-pattern-matching.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/extended-pattern-matching.rst b/doc/sphinx/addendum/extended-pattern-matching.rst
index d77690458d..3ec6c118af 100644
--- a/doc/sphinx/addendum/extended-pattern-matching.rst
+++ b/doc/sphinx/addendum/extended-pattern-matching.rst
@@ -295,7 +295,7 @@ By default, implicit arguments are omitted in patterns. So we write:
end).
But the possibility to use all the arguments is given by “``@``” implicit
-explicitations (as for terms 2.7.11).
+explicitations (as for terms, see :ref:`explicit-applications`).
.. coqtop:: all