Skip to content

Commit 9a55e9e

Browse files
committed
rewrite: line_long_tail_not_flushed description
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 1042b2c commit 9a55e9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/std/src/io/buffered/tests.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -844,9 +844,10 @@ fn long_line_flushed() {
844844
}
845845

846846
/// Test that, given a very long partial line *after* successfully
847-
/// flushing a complete line, that that line is buffered unconditionally,
848-
/// and no additional writes take place. This assures the property that
849-
/// `write` should make at-most-one attempt to write new data.
847+
/// flushing a complete line, the very long partial line is buffered
848+
/// unconditionally, and no additional writes take place. This assures
849+
/// the property that `write` should make at-most-one attempt to write
850+
/// new data.
850851
#[test]
851852
fn line_long_tail_not_flushed() {
852853
let writer = ProgrammableSink::default();

0 commit comments

Comments
 (0)