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 @@ -1340,11 +1340,11 @@ pub trait Seek {
1340
1340
///
1341
1341
/// If you need to obtain the length of *many* streams and you don't care
1342
1342
/// about the seek position afterwards, you can reduce the number of seek
1343
- /// operations by simply calling `seek(SeekFrom::End(0))` and use its
1343
+ /// operations by simply calling `seek(SeekFrom::End(0))` and using its
1344
1344
/// return value (it is also the stream length).
1345
1345
///
1346
1346
/// Note that length of a stream can change over time (for example, when
1347
- /// data is appended to a file). So calling this method multiply times does
1347
+ /// data is appended to a file). So calling this method multiple times does
1348
1348
/// not necessarily return the same length each time.
1349
1349
///
1350
1350
///
You can’t perform that action at this time.
0 commit comments