mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
fix typo
This commit is contained in:
parent
23e8f6c687
commit
72194b87df
1 changed files with 1 additions and 1 deletions
|
@ -1467,7 +1467,7 @@ fn instantiate_rigids(
|
|||
) {
|
||||
for (symbol, loc_type) in new_headers {
|
||||
for var in loc_type.value.variables() {
|
||||
// a rigid is only new if this annotation is the first occurence of this rigid
|
||||
// a rigid is only new if this annotation is the first occurrence of this rigid
|
||||
if !outside_rigids.contains(&var) {
|
||||
new_rigids.push(var);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue