3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Fix typos.

This commit is contained in:
Bruce Mitchener 2018-11-11 22:21:43 +07:00
parent a000747605
commit 1082fad27a
3 changed files with 6 additions and 6 deletions

View file

@ -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.