Skip to content

Commit a70c6cf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e0e07fd commit a70c6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/src/lib/features/pipes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn pipe() -> std::io::Result<(File, File)> {
3232
Ok((File::from(read), File::from(write)))
3333
}
3434

35-
/// return pipe larger than given size and kernel's default size
35+
/// return pipe larger than given size and kernel's default size
3636
///
3737
/// useful to save RAM usage
3838
#[inline]

0 commit comments

Comments
 (0)