Skip to content

Commit 7389843

Browse files
authored
Rollup merge of rust-lang#85442 - imjorge:patch-1, r=jonas-schievink
fix typo
2 parents b86e8f2 + d13745d commit 7389843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/io/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ pub trait Seek {
16631663
///
16641664
/// # Errors
16651665
///
1666-
/// Seeking can fail, for example becaue it might involve flushing a buffer.
1666+
/// Seeking can fail, for example because it might involve flushing a buffer.
16671667
///
16681668
/// Seeking to a negative offset is considered an error.
16691669
#[stable(feature = "rust1", since = "1.0.0")]
@@ -1675,7 +1675,7 @@ pub trait Seek {
16751675
///
16761676
/// # Errors
16771677
///
1678-
/// Rewinding can fail, for example becaue it might involve flushing a buffer.
1678+
/// Rewinding can fail, for example because it might involve flushing a buffer.
16791679
///
16801680
/// # Example
16811681
///

0 commit comments

Comments
 (0)