fix typo
This commit is contained in:
parent
70b9d1e102
commit
d13745d99b
1 changed files with 2 additions and 2 deletions
|
@ -1663,7 +1663,7 @@ pub trait Seek {
|
|||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// Seeking can fail, for example becaue it might involve flushing a buffer.
|
||||
/// Seeking can fail, for example because it might involve flushing a buffer.
|
||||
///
|
||||
/// Seeking to a negative offset is considered an error.
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
|
@ -1675,7 +1675,7 @@ pub trait Seek {
|
|||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// Rewinding can fail, for example becaue it might involve flushing a buffer.
|
||||
/// Rewinding can fail, for example because it might involve flushing a buffer.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue