summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-08-08 17:44:00 -0700
committerGitHub <noreply@github.com>2018-08-08 17:44:00 -0700
commitb4d4006d08a32b107257b0edaba95679d0b0c65b (patch)
tree9c0b76a074e02f3eb091b5574e9b680b140373f3 /src
parent987df3df987768e2ce0c36d17469929f8e92fdec (diff)
Fixing documentation nit from PR#2232. (#2289)
Diffstat (limited to 'src')
-rw-r--r--src/theory/quantifiers/fmf/bounded_integers.cpp3
1 files changed, 2 insertions, 1 deletions
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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback