mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 15:00:08 +00:00
Fix typos.
This commit is contained in:
parent
3f7453f5c5
commit
50f3e9c3c0
11 changed files with 22 additions and 22 deletions
|
@ -46,7 +46,7 @@ void unsat_core_learner::compute_unsat_core(proof *root, expr_set& asserted_b, e
|
|||
verbose_stream() << "Reduced proof:\n" << mk_ismt2_pp(pr, m) << "\n";
|
||||
);
|
||||
|
||||
// compute symbols occuring in B
|
||||
// compute symbols occurring in B
|
||||
collect_symbols_b(asserted_b);
|
||||
|
||||
// traverse proof
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue