Skip to content

Commit 03693d6

Browse files
fixup! Rename premise in index_guard in string constraint
1 parent c39df55 commit 03693d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solvers/refinement/string_constraint.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Author: Romain Brenguier, romain.brenguier@diffblue.com
5656
class string_constraintt final
5757
{
5858
public:
59-
// String constraints are of the form
60-
// forall univ_var in [lower_bound,upper_bound[. premise => body
59+
/// String constraints are of the form
60+
/// forall univ_var in [lower_bound,upper_bound[. index_guard => body
6161
exprt index_guard = true_exprt(); // Index guard
6262
exprt body; // value constraint
6363
symbol_exprt univ_var;

0 commit comments

Comments
 (0)