We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e2958 commit f96d3aaCopy full SHA for f96d3aa
measureme/src/stringtable.rs
@@ -285,7 +285,7 @@ impl<S: SerializationSink> StringTableBuilder<S> {
285
) where
286
I: Iterator<Item = StringId> + ExactSizeIterator,
287
{
288
- // TODO: Index data encoding could have special bulk mode that assigns
+ // TODO: Index data encoding could have a special bulk mode that assigns
289
// multiple StringIds to the same addr, so we don't have to repeat
290
// the `concrete_id` over and over.
291
0 commit comments