We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d620dc commit 19c20beCopy full SHA for 19c20be
ciborium/src/ser/error.rs
@@ -10,7 +10,7 @@ use serde::ser::{Error as SerError, StdError};
10
pub enum Error<T> {
11
/// An error occurred while writing bytes
12
///
13
- /// Contains the underlying error reaturned while writing.
+ /// Contains the underlying error returned while writing.
14
Io(T),
15
16
/// An error indicating a value that cannot be serialized
0 commit comments