Skip to content

Commit c879985

Browse files
committed
fix a typo
1 parent 75923a4 commit c879985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-core/src/module_graph/side_effect_module_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct SideEffectFreeModules(FxHashSet<ResolvedVc<Box<dyn Module>>>);
1515

1616
/// Computes the set of side effect free modules in the module graph.
1717
///
18-
/// This leverages the module graph to compute if modules with `ModuleEvalutationIsSideEffectFree`
18+
/// This leverages the module graph to compute if modules with `ModuleEvaluationIsSideEffectFree`
1919
/// status are actually side effectful or not.
2020
///
2121
/// A current limitation is that the module graph doesn't contain information on how 'late' imports

0 commit comments

Comments
 (0)