Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-nimble committed Sep 11, 2024
1 parent 623467b commit 16751a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub trait SimpleSerializer: Sized {

fn serialize_struct_start(&mut self, name: &'static str, len: usize) -> Result<()> {
fail!(
"serialize_start_start is not implemented for {}",
"serialize_struct_start is not implemented for {}",
self.name()
)
}
Expand Down

0 comments on commit 16751a6

Please sign in to comment.