fix(semantic): fix typos s/resovling/resolving

This commit is contained in:
Boshen 2023-06-09 10:33:48 +08:00
parent 2da34d0318
commit 664ff0cc17
No known key found for this signature in database
GPG key ID: A69211CB52CC6548

View file

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