We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9d1e commit d13745dCopy full SHA for d13745d
library/std/src/io/mod.rs
@@ -1663,7 +1663,7 @@ pub trait Seek {
1663
///
1664
/// # Errors
1665
1666
- /// Seeking can fail, for example becaue it might involve flushing a buffer.
+ /// Seeking can fail, for example because it might involve flushing a buffer.
1667
1668
/// Seeking to a negative offset is considered an error.
1669
#[stable(feature = "rust1", since = "1.0.0")]
@@ -1675,7 +1675,7 @@ pub trait Seek {
1675
1676
1677
1678
- /// Rewinding can fail, for example becaue it might involve flushing a buffer.
+ /// Rewinding can fail, for example because it might involve flushing a buffer.
1679
1680
/// # Example
1681
0 commit comments