Skip to content

Commit 19c20be

Browse files
Vogeltakrjzak
authored andcommitted
docs: fix typo in ciborium::ser::Error doc comment
Signed-off-by: Max Crone <[email protected]>
1 parent 5d620dc commit 19c20be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciborium/src/ser/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use serde::ser::{Error as SerError, StdError};
1010
pub enum Error<T> {
1111
/// An error occurred while writing bytes
1212
///
13-
/// Contains the underlying error reaturned while writing.
13+
/// Contains the underlying error returned while writing.
1414
Io(T),
1515

1616
/// An error indicating a value that cannot be serialized

0 commit comments

Comments
 (0)