mirror of
https://github.com/Z3Prover/z3
synced 2025-11-22 13:41:27 +00:00
Typo fixes.
This commit is contained in:
parent
e8a9e1a58b
commit
73b3da37d8
33 changed files with 120 additions and 120 deletions
|
|
@ -60,7 +60,7 @@ namespace datalog {
|
|||
|
||||
ACK_UNBOUND_VAR(var_index) - encodes that the column contains a variable that
|
||||
is unbound (by the corresponding rule body),
|
||||
var_index is the de-Brujin index (var->get_idx())
|
||||
var_index is the de-Bruijn index (var->get_idx())
|
||||
of the variable associated with the column.
|
||||
|
||||
ACK_CONSTANT(constant) - encodes that the column contains the constant.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue