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 @@ -1171,15 +1171,15 @@ pub enum SeekFrom {
1171
1171
/// Set the offset to the size of this object plus the specified number of
1172
1172
/// bytes.
1173
1173
///
1174
- /// It is possible to seek beyond the end of an object, but is an error to
1174
+ /// It is possible to seek beyond the end of an object, but it's an error to
1175
1175
/// seek before byte 0.
1176
1176
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1177
1177
End ( i64 ) ,
1178
1178
1179
1179
/// Set the offset to the current position plus the specified number of
1180
1180
/// bytes.
1181
1181
///
1182
- /// It is possible to seek beyond the end of an object, but is an error to
1182
+ /// It is possible to seek beyond the end of an object, but it's an error to
1183
1183
/// seek before byte 0.
1184
1184
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1185
1185
Current ( i64 ) ,
You can’t perform that action at this time.
0 commit comments