docs: The quotation marks are incorrect.
Signed-off-by: RiceChuan <lc582041246@gmail.com>
This commit is contained in:
parent
694d926ed0
commit
a824b79206
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue