Skip to content

Commit

Permalink
Update spelling for error type in ciborium docs
Browse files Browse the repository at this point in the history
Signed-off-by: yashwant-nagarjuna <[email protected]>
  • Loading branch information
yashwant-nagarjuna authored and rjzak committed Aug 9, 2023
1 parent 25174b7 commit 114614d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ciborium-ll/src/dec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use ciborium_io::Read;
pub enum Error<T> {
/// 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
Expand Down
2 changes: 1 addition & 1 deletion ciborium/src/de/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use serde::de::{Error as DeError, StdError};
pub enum Error<T> {
/// 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
Expand Down

0 comments on commit 114614d

Please sign in to comment.