doc: fix grammar
This commit is contained in:
@@ -1171,7 +1171,7 @@ pub enum SeekFrom {
|
|||||||
/// Set the offset to the size of this object plus the specified number of
|
/// Set the offset to the size of this object plus the specified number of
|
||||||
/// bytes.
|
/// bytes.
|
||||||
///
|
///
|
||||||
/// It is possible to seek beyond the end of an object, but is an error to
|
/// It is possible to seek beyond the end of an object, but it's an error to
|
||||||
/// seek before byte 0.
|
/// seek before byte 0.
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
End(i64),
|
End(i64),
|
||||||
@@ -1179,7 +1179,7 @@ pub enum SeekFrom {
|
|||||||
/// Set the offset to the current position plus the specified number of
|
/// Set the offset to the current position plus the specified number of
|
||||||
/// bytes.
|
/// bytes.
|
||||||
///
|
///
|
||||||
/// It is possible to seek beyond the end of an object, but is an error to
|
/// It is possible to seek beyond the end of an object, but it's an error to
|
||||||
/// seek before byte 0.
|
/// seek before byte 0.
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
Current(i64),
|
Current(i64),
|
||||||
|
|||||||
Reference in New Issue
Block a user