mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
typo fix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
46e236487b
commit
3391c9c44c
|
@ -2478,7 +2478,7 @@ done:
|
|||
expr junct = negate ? Negate(f) : f;
|
||||
lits.push_back(junct);
|
||||
}
|
||||
}|
|
||||
}
|
||||
|
||||
struct TermLt {
|
||||
bool operator()(const expr &x, const expr &y){
|
||||
|
|
Loading…
Reference in a new issue