From b4d4006d08a32b107257b0edaba95679d0b0c65b Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 8 Aug 2018 17:44:00 -0700 Subject: [PATCH] Fixing documentation nit from PR#2232. (#2289) --- src/theory/quantifiers/fmf/bounded_integers.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/theory/quantifiers/fmf/bounded_integers.cpp b/src/theory/quantifiers/fmf/bounded_integers.cpp index cfa50bef8..fd98aa208 100644 --- a/src/theory/quantifiers/fmf/bounded_integers.cpp +++ b/src/theory/quantifiers/fmf/bounded_integers.cpp @@ -457,7 +457,8 @@ void BoundedIntegers::checkOwnership(Node f) // WARNING_CANDIDATE: // This assertion may fail. We intentionally do not enable this in // production as it is considered safe for this to fail. We fail - // in debug mode to have this instances raised to our attention. + // the assertion in debug mode to have this instance raised to + // our attention. Assert(bound_lit_pol_map[b].find(v) != bound_lit_pol_map[b].end()); BoundIntLitAttribute bila; -- 2.30.2