Skip to content

Commit 3ce7afa

Browse files
aviramhadtolnay
andauthored
Update library/std/src/io/error.rs
Co-authored-by: David Tolnay <[email protected]>
1 parent 8450fcc commit 3ce7afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ pub enum ErrorKind {
400400
#[stable(feature = "out_of_memory_error", since = "1.54.0")]
401401
OutOfMemory,
402402

403-
/// The operation was partially sucessful and needs to be checked
403+
/// The operation was partially successful and needs to be checked
404404
/// later on due to not blocking
405405
#[unstable(feature = "io_error_inprogress", issue = "none")]
406406
InProgress,

0 commit comments

Comments
 (0)