Skip to content

Commit d625aed

Browse files
committed
feedback
1 parent 1263756 commit d625aed

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbo-tasks-fs/src

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks-fs/src/rope.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ impl Uncommitted {
321321
}
322322
}
323323

324-
/// Converts the current uncommitted bytes into a Bytes, resetting our
324+
/// Converts the current uncommitted bytes into a `Cow<'static, [u8]>`, resetting our
325325
/// representation to None.
326326
fn finish(&mut self) -> Option<Cow<'static, [u8]>> {
327327
match mem::take(self) {

0 commit comments

Comments
 (0)