mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
fix spelling
This commit is contained in:
parent
c9426e2ed2
commit
cde4bd3ce0
1 changed files with 1 additions and 1 deletions
|
@ -1849,7 +1849,7 @@ fn correct_mutual_recursive_type_alias<'a>(
|
|||
solved_aliases_bitvec = to_instantiate_bitvec;
|
||||
}
|
||||
|
||||
// Safety: both vectors are equal lenght and there are no duplicates
|
||||
// Safety: both vectors are equal length and there are no duplicates
|
||||
unsafe { VecMap::zip(symbols_introduced, aliases) }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue