3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00

change in a comment

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-05-12 13:58:59 -07:00
parent ee91d73a82
commit 2b5e8e9652

View file

@ -165,7 +165,7 @@ public:
vector<monomial>::const_iterator end() const { return m_monomials.end(); }
/**
\brief iterators over monomials where an equivalent variable is used
\brief iterators over monomials where a variable is used
*/
class iterator {
emonomials const& m;