Skip to content

Commit 2ea33db

Browse files
fixup! Initialization of sparse array from array-list
1 parent 3bf9b1f commit 2ea33db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/refinement/string_refinement_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class interval_sparse_arrayt final : public sparse_arrayt
128128
/// `extra_value`.
129129
interval_sparse_arrayt(const array_exprt &expr, const exprt &extra_value);
130130

131-
/// Initialize an sparse array from an array represented by a list of
131+
/// Initialize a sparse array from an array represented by a list of
132132
/// index-value pairs, and setting the default to `extra_value`.
133133
/// Indexes must be constant expressions, and negative indexes are ignored.
134134
static interval_sparse_arrayt

0 commit comments

Comments
 (0)