We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf9b1f commit 2ea33dbCopy full SHA for 2ea33db
src/solvers/refinement/string_refinement_util.h
@@ -128,7 +128,7 @@ class interval_sparse_arrayt final : public sparse_arrayt
128
/// `extra_value`.
129
interval_sparse_arrayt(const array_exprt &expr, const exprt &extra_value);
130
131
- /// Initialize an sparse array from an array represented by a list of
+ /// Initialize a sparse array from an array represented by a list of
132
/// index-value pairs, and setting the default to `extra_value`.
133
/// Indexes must be constant expressions, and negative indexes are ignored.
134
static interval_sparse_arrayt
0 commit comments