mirror of
https://github.com/Z3Prover/z3
synced 2026-06-08 12:59:34 +00:00
Typo fixes.
This commit is contained in:
@@ -660,7 +660,7 @@ class JavaExample
|
||||
System.out.println(q1);
|
||||
}
|
||||
|
||||
// Quantifier with de-Brujin indices.
|
||||
// Quantifier with de-Bruijn indices.
|
||||
{
|
||||
Expr x = ctx.mkBound(1, ctx.getIntSort());
|
||||
Expr y = ctx.mkBound(0, ctx.getIntSort());
|
||||
|
||||
Reference in New Issue
Block a user