mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-30 08:37:22 +00:00
Typos
This commit is contained in:
parent
a5a80d2d17
commit
eb2012dcad
2 changed files with 3 additions and 3 deletions
|
@ -156,8 +156,8 @@ pub fn exposed_types_storage_subs(
|
|||
.filter_map(|(member, data)| {
|
||||
if member.module_id() == home {
|
||||
let var = data.signature_var();
|
||||
let improted_var = storage_subs.import_variable_from(subs, var).variable;
|
||||
Some((var, improted_var))
|
||||
let imported_var = storage_subs.import_variable_from(subs, var).variable;
|
||||
Some((var, imported_var))
|
||||
} else {
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue