diff options
| author | Yusuke Matsushita | 2020-07-29 17:39:26 +0900 |
|---|---|---|
| committer | GitHub | 2020-07-29 17:39:26 +0900 |
| commit | adfcba52e84d071b0c82dae8424d01be7f4a06cb (patch) | |
| tree | 5eb32cc96dff3752e8e93b77b731ac5a88b7b8d9 /doc | |
| parent | 827d430fc5645bf5ad12d0a7fc6298b56ccce5f0 (diff) | |
Fix do in ssreflect-proof-language.rst
The tactics do in SSReflect uses `? @mult` rather than `? @num`.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/proof-engine/ssreflect-proof-language.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/ssreflect-proof-language.rst b/doc/sphinx/proof-engine/ssreflect-proof-language.rst index 7b3670164b..3b4b80ca21 100644 --- a/doc/sphinx/proof-engine/ssreflect-proof-language.rst +++ b/doc/sphinx/proof-engine/ssreflect-proof-language.rst @@ -2280,7 +2280,7 @@ to the others. Iteration ~~~~~~~~~ -.. tacn:: do {? @num } {| @tactic | [ {+| @tactic } ] } +.. tacn:: do {? @mult } {| @tactic | [ {+| @tactic } ] } :name: do (ssreflect) This tactical offers an accurate control on the repetition of tactics. |
