Skip to content

Commit

Permalink
docs: fix typo in ciborium::ser::Error doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Max Crone <[email protected]>
  • Loading branch information
Vogeltak committed Nov 28, 2024
1 parent c637e7b commit 71d5202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciborium/src/ser/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use serde::ser::{Error as SerError, StdError};
pub enum Error<T> {
/// 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
Expand Down

0 comments on commit 71d5202

Please sign in to comment.