aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2019-04-24 19:07:25 +0200
committerThéo Zimmermann2019-04-24 19:24:34 +0200
commitffa15c7e8b8520fcc36b7d655794723943b2d7fb (patch)
tree3813eba3591799f3272ed04c06867f63f86cc02f
parent9834f23fe9bc8a659ed36c426d557e94179476b0 (diff)
[refman] Fix a quoting problem.
-rw-r--r--doc/sphinx/proof-engine/tactics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index afb0239be4..ae5328df5b 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -3875,7 +3875,7 @@ The general command to add a hint to some databases :n:`{+ @ident}` is
.. note::
One can use an ``Extern`` hint with no pattern to do pattern matching on
- hypotheses using ``match goal`` with inside the tactic.
+ hypotheses using ``match goal with`` inside the tactic.
Hint databases defined in the Coq standard library