File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
library/std/src/io/buffered Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -844,9 +844,10 @@ fn long_line_flushed() {
844
844
}
845
845
846
846
/// 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.
850
851
#[ test]
851
852
fn line_long_tail_not_flushed ( ) {
852
853
let writer = ProgrammableSink :: default ( ) ;
You can’t perform that action at this time.
0 commit comments