mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
Fix typos in examples.
This commit is contained in:
parent
ec5b148ecc
commit
0edd587e5a
9 changed files with 12 additions and 12 deletions
|
@ -118,7 +118,7 @@ if it fails then returns the result of <tt>s</tt> applied to the given goal.
|
|||
the number of iterations is greater than <tt>n</tt>.
|
||||
</li>
|
||||
<li> <tt>TryFor(t, ms)</tt> Apply tactic <tt>t</tt> to the input goal, if it does not return in
|
||||
<tt>ms</tt> millisenconds, it fails.
|
||||
<tt>ms</tt> milliseconds, it fails.
|
||||
</li>
|
||||
<li> <tt>With(t, params)</tt> Apply the given tactic using the given parameters.
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue