mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
Fix typo in documentation
Signed-off-by: Alex Horn <t-alexh@microsoft.com>
This commit is contained in:
parent
c2ef566ddc
commit
0f78238b7e
|
@ -300,7 +300,7 @@ namespace datalog {
|
|||
/**
|
||||
Register datalog relation.
|
||||
|
||||
If names is true, we associate the predicate with its name, so that it can be
|
||||
If named is true, we associate the predicate with its name, so that it can be
|
||||
retrieved by the try_get_predicate_decl() function. Auxiliary predicates introduced
|
||||
e.g. by rule transformations do not need to be named.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue