mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(semantic): fix typos s/resovling/resolving
This commit is contained in:
parent
2da34d0318
commit
664ff0cc17
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ impl ModuleRecordBuilder {
|
|||
}
|
||||
|
||||
// The `ParseModule` algorithm requires `importedBoundNames` (import entries) to be
|
||||
// resolved before resovling export entries.
|
||||
// resolved before resolving export entries.
|
||||
self.resolve_export_entries();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue