Skip to content

Commit 9997343

Browse files
aviramhaNoratrieb
andauthored
Update library/std/src/io/error.rs
Co-authored-by: nora <[email protected]>
1 parent 60eddc6 commit 9997343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ pub enum ErrorKind {
401401
OutOfMemory,
402402

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

0 commit comments

Comments
 (0)