diff options
| author | Théo Zimmermann | 2018-08-23 17:23:03 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-08-23 17:23:03 +0200 |
| commit | 05d13bf516a75da38bacbb62608528f8dceb34fd (patch) | |
| tree | 9413e533937a1a10cebc9f6540289c1c69a58214 /doc/sphinx/proof-engine | |
| parent | c0f74e3f967f0cc20709100091ee1a01e145f1cf (diff) | |
| parent | 69c8917e3bdc8678baf1358ead549acff2f52ca2 (diff) | |
Merge PR #8296: Fix #8251: remove "the the" occurrences
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/ltac.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/ltac.rst b/doc/sphinx/proof-engine/ltac.rst index 6fbb2fac6d..0310dbead5 100644 --- a/doc/sphinx/proof-engine/ltac.rst +++ b/doc/sphinx/proof-engine/ltac.rst @@ -391,7 +391,7 @@ tactic to work (i.e. which does not fail) among a panel of tactics: focused goal independently and stops if it succeeds; otherwise it tries to apply :n:`v__2` and so on. It fails when there is no applicable tactic. In other words, - :n:`first [@expr__1 | ... | @expr__n]` behaves, in each goal, as the the first + :n:`first [@expr__1 | ... | @expr__n]` behaves, in each goal, as the first :n:`v__i` to have *at least* one success. .. exn:: No applicable tactic. |
