mirror of
https://github.com/Z3Prover/z3
synced 2026-02-14 04:41:48 +00:00
Fix typos.
This commit is contained in:
parent
08165f5367
commit
1d9345c3de
13 changed files with 19 additions and 19 deletions
|
|
@ -1230,11 +1230,11 @@ namespace datalog {
|
|||
|
||||
|
||||
/**
|
||||
An auixiliary class for functors that perform filtering. It performs the table traversal
|
||||
An auxiliary class for functors that perform filtering. It performs the table traversal
|
||||
and only asks for each individual row whether it should be removed.
|
||||
|
||||
When using this class in multiple inheritance, this class should not be inherited publicly
|
||||
and should be mentioned as last. This should ensure that deteletion of the object will
|
||||
and should be mentioned as last. This should ensure that deletion of the object will
|
||||
go well when initiated from a pointer to the first ancestor.
|
||||
*/
|
||||
class relation_manager::auxiliary_table_filter_fn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue