Fix typo in comment

This commit is contained in:
Richard Feldman 2021-11-24 23:17:24 -05:00 committed by GitHub
parent 093b733a2c
commit 618925fe27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -979,7 +979,7 @@ fn find_tag_name_run<T>(slice: &[(TagName, T)], subs: &mut Subs) -> Option<SubsS
let mut result = None;
// the `SubsSlice<TagName>` that inserting `slice` intot subs would give
// the `SubsSlice<TagName>` that inserting `slice` into subs would give
let bigger_slice = SubsSlice::new(subs.tag_names.len() as _, slice.len() as _);
match subs.tag_name_cache.entry(tag_name) {