We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8450fcc commit 3ce7afaCopy full SHA for 3ce7afa
library/std/src/io/error.rs
@@ -400,7 +400,7 @@ pub enum ErrorKind {
400
#[stable(feature = "out_of_memory_error", since = "1.54.0")]
401
OutOfMemory,
402
403
- /// The operation was partially sucessful and needs to be checked
+ /// The operation was partially successful and needs to be checked
404
/// later on due to not blocking
405
#[unstable(feature = "io_error_inprogress", issue = "none")]
406
InProgress,
0 commit comments