diff --git a/rmp-serde/src/config.rs b/rmp-serde/src/config.rs index 77fb1f69..2ac9279d 100644 --- a/rmp-serde/src/config.rs +++ b/rmp-serde/src/config.rs @@ -148,7 +148,7 @@ where } } -/// Config wrapper that overrides struct serlization by packing as a tuple without field +/// Config wrapper that overrides struct serialization by packing as a tuple without field /// names. #[derive(Copy, Clone, Debug)] pub struct StructTupleConfig(C);