mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
Typo fixes.
This commit is contained in:
parent
e8a9e1a58b
commit
73b3da37d8
33 changed files with 120 additions and 120 deletions
|
@ -609,7 +609,7 @@ namespace datalog {
|
|||
std::string to_nice_string(const relation_element & el) const;
|
||||
/**
|
||||
This one may give a nicer representation of \c el than the
|
||||
\c to_nice_string(const relation_element & el) function, by unsing the information about the sort
|
||||
\c to_nice_string(const relation_element & el) function, by using the information about the sort
|
||||
of the element.
|
||||
*/
|
||||
std::string to_nice_string(const relation_sort & s, const relation_element & el) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue