From cf2b3d2b89c0b11c1c1c55265bdb051eb320eb5e Mon Sep 17 00:00:00 2001 From: Max Crone Date: Thu, 28 Nov 2024 12:21:39 +0100 Subject: [PATCH] docs: fix typo in ciborium::ser::Error doc comment Signed-off-by: Max Crone --- ciborium/src/ser/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciborium/src/ser/error.rs b/ciborium/src/ser/error.rs index 7861e3e..2968f92 100644 --- a/ciborium/src/ser/error.rs +++ b/ciborium/src/ser/error.rs @@ -10,7 +10,7 @@ use serde::ser::{Error as SerError, StdError}; pub enum Error { /// An error occurred while writing bytes /// - /// Contains the underlying error reaturned while writing. + /// Contains the underlying error returned while writing. Io(T), /// An error indicating a value that cannot be serialized