mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
spelling
This commit is contained in:
parent
45d994d7d7
commit
be71514435
4 changed files with 5 additions and 5 deletions
|
@ -217,7 +217,7 @@ fn start_phase<'a>(
|
|||
//
|
||||
// At the end of this loop, dep_idents contains all the information to
|
||||
// resolve a symbol from another module: if it's in here, that means
|
||||
// we have both imported the module and the ident was exported by that mdoule.
|
||||
// we have both imported the module and the ident was exported by that module.
|
||||
for dep_id in deps_by_name.values() {
|
||||
// We already verified that these are all present,
|
||||
// so unwrapping should always succeed here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue