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 @@ -948,7 +948,7 @@ impl Initializer {
948
948
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
949
949
#[ doc( spotlight) ]
950
950
pub trait Write {
951
- /// Write a buffer into this object , returning how many bytes were written.
951
+ /// Write a buffer into this writer , returning how many bytes were written.
952
952
///
953
953
/// This function will attempt to write the entire contents of `buf`, but
954
954
/// the entire write may not succeed, or the write may also generate an
@@ -1023,7 +1023,7 @@ pub trait Write {
1023
1023
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1024
1024
fn flush ( & mut self ) -> Result < ( ) > ;
1025
1025
1026
- /// Attempts to write an entire buffer into this write .
1026
+ /// Attempts to write an entire buffer into this writer .
1027
1027
///
1028
1028
/// This method will continuously call [`write`] until there is no more data
1029
1029
/// to be written or an error of non-[`ErrorKind::Interrupted`] kind is
You can’t perform that action at this time.
0 commit comments