mirror of
https://github.com/Z3Prover/z3
synced 2025-05-31 03:09:13 +00:00
typo
This commit is contained in:
parent
b9494fe3c0
commit
c275d4ddca
1 changed files with 1 additions and 1 deletions
|
@ -2070,7 +2070,7 @@ public class Context implements AutoCloseable {
|
||||||
*/
|
*/
|
||||||
public ReExpr mkComplement(ReExpr re)
|
public ReExpr mkComplement(ReExpr re)
|
||||||
{
|
{
|
||||||
checkContextMatchb(re);
|
checkContextMatch(re);
|
||||||
return (ReExpr) Expr.create(this, Native.mkReComplement(nCtx(), re.getNativeObject()));
|
return (ReExpr) Expr.create(this, Native.mkReComplement(nCtx(), re.getNativeObject()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue