Skip to content

Commit a824b79

Browse files
committed
docs: The quotation marks are incorrect.
Signed-off-by: RiceChuan <[email protected]>
1 parent 694d926 commit a824b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ define_errorkind!(
188188
WriteZero,
189189
/// This operation was interrupted.
190190
Interrupted,
191-
/// An error returned when an operation could not be completed because an end of file was reached prematurely.
191+
/// An error returned when an operation could not be completed because an "end of file" was reached prematurely.
192192
UnexpectedEof,
193193
// Note: Any time we bump the MSRV any new error kinds should be added here!
194194
/// A custom error that does not fall under any other I/O error kind

0 commit comments

Comments
 (0)