From 114614d2a61102eb2321c68e53799d1e6f087aef Mon Sep 17 00:00:00 2001 From: yashwant-nagarjuna Date: Mon, 7 Aug 2023 23:29:36 -0700 Subject: [PATCH] Update spelling for error type in ciborium docs Signed-off-by: yashwant-nagarjuna --- ciborium-ll/src/dec.rs | 2 +- ciborium/src/de/error.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ciborium-ll/src/dec.rs b/ciborium-ll/src/dec.rs index 8329634..3bd0889 100644 --- a/ciborium-ll/src/dec.rs +++ b/ciborium-ll/src/dec.rs @@ -7,7 +7,7 @@ use ciborium_io::Read; pub enum Error { /// An error occurred while reading bytes /// - /// Contains the underlying error reaturned while reading. + /// Contains the underlying error returned while reading. Io(T), /// An error occurred while parsing bytes diff --git a/ciborium/src/de/error.rs b/ciborium/src/de/error.rs index 3334f81..996aab1 100644 --- a/ciborium/src/de/error.rs +++ b/ciborium/src/de/error.rs @@ -10,7 +10,7 @@ use serde::de::{Error as DeError, StdError}; pub enum Error { /// An error occurred while reading bytes /// - /// Contains the underlying error reaturned while reading. + /// Contains the underlying error returned while reading. Io(T), /// An error occurred while parsing bytes