We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47588fc commit 24dcbe4Copy full SHA for 24dcbe4
src/uu/csplit/src/csplit.rs
@@ -309,7 +309,7 @@ impl SplitWriter<'_> {
309
///
310
/// # Errors
311
312
- /// Some [`CsplitError::WriteError`] if flushing the writer fails.
+ /// Returns an error if flushing the writer fails.
313
fn finish_split(&mut self) -> Result<(), CsplitError> {
314
if !self.dev_null {
315
// Flush the writer to ensure all data is written and errors are detected
0 commit comments