3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-06-15 02:29:32 -07:00
parent a6b502779b
commit 01e47bfe26
2 changed files with 5 additions and 11 deletions

View file

@ -258,7 +258,7 @@ namespace smt {
expr_ref_vector get_trail(unsigned max_level);
/**
\brief (For debubbing purposes) Prints the state of the kernel
\brief (For debugging purposes) Prints the state of the kernel
*/
std::ostream& display(std::ostream & out) const;