diff options
| author | Clément Pit-Claudel | 2019-04-24 23:21:56 -0400 |
|---|---|---|
| committer | Clément Pit-Claudel | 2019-04-24 23:21:56 -0400 |
| commit | a26833a113763ab9f3e16146b4094e8e53e2e817 (patch) | |
| tree | bd0b09811c4497c18ad19210349ed362343718a0 /doc | |
| parent | 75c5264aa687480c66a6765d64246b5ebd2c0d54 (diff) | |
| parent | ffa15c7e8b8520fcc36b7d655794723943b2d7fb (diff) | |
Merge PR #9989: [refman] Fix a quoting problem.
Reviewed-by: cpitclaudel
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 2 |
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 |
