File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,9 @@ string_exprt string_constraint_generatort::add_axioms_from_bool(
89
89
return res;
90
90
}
91
91
92
- // / add axioms to say the string corresponds to the result of String.valueOf(I)
93
- // / or String.valueOf(J) java functions applied on the integer expression
92
+ // / Add axioms enforcing that the string corresponds to the result
93
+ // / of String.valueOf(I) or String.valueOf(J) Java functions applied
94
+ // / on the integer expression.
94
95
// / \param i: a signed integer expression
95
96
// / \param max_size: a maximal size for the string representation
96
97
// / \param ref_type: type for refined strings
@@ -305,7 +306,7 @@ string_exprt string_constraint_generatort::add_axioms_from_char(
305
306
}
306
307
307
308
// / Add axioms stating that the returned string has length 1 and the character
308
- // / it contains correspond to the input expression.
309
+ // / it contains corresponds to the input expression.
309
310
// / \param c: one expression of type char
310
311
// / \param ref_type: type of refined string expressions
311
312
// / \return a new string expression
You can’t perform that action at this time.
0 commit comments