Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-nimble committed Sep 18, 2024
1 parent 754c48b commit 7d66061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub trait SimpleSerializer: Sized + Context {
fn serialize_struct_start(&mut self, name: &'static str, len: usize) -> Result<()> {
fail!(
in self,
"serialize_start_start is not supported",
"serialize_struct_start is not supported",
)
}

Expand Down

0 comments on commit 7d66061

Please sign in to comment.