Merge rust-bitcoin/rust-bitcoin#4227: docs: The quotation marks are incorrect.

a824b79206 docs: The quotation marks are incorrect. (RiceChuan)

Pull request description:

  docs: The quotation marks are incorrect.

ACKs for top commit:
  tcharding:
    ACK a824b79206
  apoelstra:
    ACK a824b79206edb79fc990ff0022e10f4a5ebe4cb3; successfully ran local tests

Tree-SHA512: b5893fa564af72b31c0893236f29751702764e20e8f05576861e9a47b96c216066838bd48e38277ee1acbdb983a55edc64f9c2466826546f65d70ba309839927
This commit is contained in:
merge-script 2025-03-11 04:59:41 +00:00
commit 951a030bab
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
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