mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
typo
This commit is contained in:
parent
b9494fe3c0
commit
c275d4ddca
|
@ -2070,7 +2070,7 @@ public class Context implements AutoCloseable {
|
|||
*/
|
||||
public ReExpr mkComplement(ReExpr re)
|
||||
{
|
||||
checkContextMatchb(re);
|
||||
checkContextMatch(re);
|
||||
return (ReExpr) Expr.create(this, Native.mkReComplement(nCtx(), re.getNativeObject()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue