fix spelling

This commit is contained in:
Folkert 2022-04-24 20:09:28 +02:00
parent c9426e2ed2
commit cde4bd3ce0
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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) }
}