Skip to content

Commit fc60d34

Browse files
committed
Revert "Update chunking_context.rs"
This reverts commit 5aed2fb.
1 parent 985740f commit fc60d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-browser/src/chunking_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ impl BrowserChunkingContext {
400400
self.minify_type.cell()
401401
}
402402

403-
/// Returns the chunk path information.
403+
/// Returns the minify type.
404404
#[turbo_tasks::function]
405405
fn chunk_path_info(&self) -> Vc<ChunkPathInfo> {
406406
ChunkPathInfo {

0 commit comments

Comments
 (0)