Skip to content

Commit f96d3aa

Browse files
Fix typo in comment.
1 parent 32e2958 commit f96d3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measureme/src/stringtable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ impl<S: SerializationSink> StringTableBuilder<S> {
285285
) where
286286
I: Iterator<Item = StringId> + ExactSizeIterator,
287287
{
288-
// TODO: Index data encoding could have special bulk mode that assigns
288+
// TODO: Index data encoding could have a special bulk mode that assigns
289289
// multiple StringIds to the same addr, so we don't have to repeat
290290
// the `concrete_id` over and over.
291291

0 commit comments

Comments
 (0)