From a824b79206edb79fc990ff0022e10f4a5ebe4cb3 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Mon, 10 Mar 2025 12:10:12 +0800 Subject: [PATCH] docs: The quotation marks are incorrect. Signed-off-by: RiceChuan --- io/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/src/error.rs b/io/src/error.rs index 8148514b2..a79725cf2 100644 --- a/io/src/error.rs +++ b/io/src/error.rs @@ -188,7 +188,7 @@ define_errorkind!( WriteZero, /// This operation was interrupted. Interrupted, - /// An error returned when an operation could not be completed because an “end of file” was reached prematurely. + /// An error returned when an operation could not be completed because an "end of file" was reached prematurely. UnexpectedEof, // Note: Any time we bump the MSRV any new error kinds should be added here! /// A custom error that does not fall under any other I/O error kind