From 27e723bd7b91aa87f139136308e582e6c4ca1f2d Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Tue, 21 Jul 2026 13:34:39 -0600 Subject: [PATCH] docs: typo fix for StructTupleConfig --- rmp-serde/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);