mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Fix typos.
This commit is contained in:
parent
a000747605
commit
1082fad27a
3 changed files with 6 additions and 6 deletions
|
@ -263,7 +263,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
/**
|
||||
\brief Return an operation that is a composition of a join an a project operation.
|
||||
\brief Return an operation that is a composition of a join and a project operation.
|
||||
*/
|
||||
relation_join_fn * mk_join_project_fn(const relation_base & t1, const relation_base & t2,
|
||||
unsigned joined_col_cnt, const unsigned * cols1, const unsigned * cols2,
|
||||
|
@ -433,7 +433,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
/**
|
||||
\brief Return an operation that is a composition of a join an a project operation.
|
||||
\brief Return an operation that is a composition of a join and a project operation.
|
||||
|
||||
This operation is equivalent to the two operations performed separately, unless functional
|
||||
columns are involved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue