File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ pub trait Read {
583
583
/// `n > buf.len()`.
584
584
///
585
585
/// No guarantees are provided about the contents of `buf` when this
586
- /// function is called, implementations cannot rely on any property of the
586
+ /// function is called, so implementations cannot rely on any property of the
587
587
/// contents of `buf` being true. It is recommended that *implementations*
588
588
/// only write data to `buf` instead of reading its contents.
589
589
///
@@ -759,7 +759,7 @@ pub trait Read {
759
759
/// specified buffer `buf`.
760
760
///
761
761
/// No guarantees are provided about the contents of `buf` when this
762
- /// function is called, implementations cannot rely on any property of the
762
+ /// function is called, so implementations cannot rely on any property of the
763
763
/// contents of `buf` being true. It is recommended that implementations
764
764
/// only write data to `buf` instead of reading its contents. The
765
765
/// documentation on [`read`] has a more detailed explanation on this
You can’t perform that action at this time.
0 commit comments