mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix typo in comment
This commit is contained in:
parent
093b733a2c
commit
618925fe27
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue