docs: The quotation marks are incorrect.

Signed-off-by: RiceChuan <lc582041246@gmail.com>
This commit is contained in:
RiceChuan 2025-03-10 12:10:12 +08:00
parent 694d926ed0
commit a824b79206
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ define_errorkind!(
WriteZero, WriteZero,
/// This operation was interrupted. /// This operation was interrupted.
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, UnexpectedEof,
// Note: Any time we bump the MSRV any new error kinds should be added here! // 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 /// A custom error that does not fall under any other I/O error kind