Skip to content

Commit

Permalink
Update library/std/src/io/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Tolnay <[email protected]>
  • Loading branch information
aviramha and dtolnay authored Sep 24, 2024
1 parent 8450fcc commit 3ce7afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ pub enum ErrorKind {
#[stable(feature = "out_of_memory_error", since = "1.54.0")]
OutOfMemory,

/// The operation was partially sucessful and needs to be checked
/// The operation was partially successful and needs to be checked
/// later on due to not blocking
#[unstable(feature = "io_error_inprogress", issue = "none")]
InProgress,
Expand Down

0 comments on commit 3ce7afa

Please sign in to comment.