Skip to content

Commit 4f81661

Browse files
authored
chore: fix typo in rspack_core/src/module.rs (#8986)
fix: typo
1 parent 19940f0 commit 4f81661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rspack_core/src/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ fn get_exports_type_impl(
484484
}
485485
}
486486
}
487-
// algin to undefined
487+
// align to undefined
488488
BuildMetaExportsType::Unset => {
489489
if strict {
490490
ExportsType::DefaultWithNamed

0 commit comments

Comments
 (0)