mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
Fix typos.
This commit is contained in:
parent
9379ec3a68
commit
44bc00f13d
9 changed files with 20 additions and 20 deletions
|
@ -1697,7 +1697,7 @@ void parser_example3()
|
|||
LOG_MSG("parser_example3");
|
||||
|
||||
cfg = Z3_mk_config();
|
||||
/* See quantifer_example1 */
|
||||
/* See quantifier_example1 */
|
||||
Z3_set_param_value(cfg, "model", "true");
|
||||
ctx = mk_context_custom(cfg, error_handler);
|
||||
Z3_del_config(cfg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue