diff options
| author | Emilio Jesus Gallego Arias | 2020-05-16 19:47:40 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-05-16 19:47:40 +0200 |
| commit | d81bb4085ccad294cb1edd59ed5e0f9fd4d3b23a (patch) | |
| tree | 74298e7615a65a2ce83cb59c25755401f829bf71 /doc/sphinx/using | |
| parent | e35949c47a75706212250e7936342e49c8fd48d6 (diff) | |
| parent | e83a92d8855f1b2f99f2960454898985593d4cb6 (diff) | |
Merge PR #12326: Fix #11761: Functional Induction throws unrecoverable error.
Reviewed-by: ejgallego
Diffstat (limited to 'doc/sphinx/using')
| -rw-r--r-- | doc/sphinx/using/libraries/funind.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/using/libraries/funind.rst b/doc/sphinx/using/libraries/funind.rst index 40f9eedcf0..3625eac4a5 100644 --- a/doc/sphinx/using/libraries/funind.rst +++ b/doc/sphinx/using/libraries/funind.rst @@ -190,9 +190,9 @@ Tactics .. note:: :n:`(@qualid {+ @term})` must be a correct full application - of :n:`@qualid`. In particular, the rules for implicit arguments are the - same as usual. For example use :n:`@qualid` if you want to write implicit - arguments explicitly. + of :n:`@qualid`. In particular, the rules for implicit arguments are the + same as usual. For example use :n:`@@qualid` if you want to write implicit + arguments explicitly. .. note:: Parentheses around :n:`@qualid {+ @term}` are not mandatory and can be skipped. |
