From aaa0a2958917da51867ec90398d95826f8ebd717 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 12 Jul 2024 18:23:14 -0400 Subject: [PATCH] Update serde_with/src/guide/serde_as_transformations.md Co-authored-by: Jonas Bushart --- serde_with/src/guide/serde_as_transformations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde_with/src/guide/serde_as_transformations.md b/serde_with/src/guide/serde_as_transformations.md index 20ed710d..a417d560 100644 --- a/serde_with/src/guide/serde_as_transformations.md +++ b/serde_with/src/guide/serde_as_transformations.md @@ -187,7 +187,7 @@ colors: Vec, [`MapSkipError`] For formats with heterogeneously typed maps, we can collect only the elements where both key and value are deserializable. -This is also useful in conjunction to `#[serde(flatten)]` to ingore some entries when capturing additional fields. +This is also useful in conjunction to `#[serde(flatten)]` to ignore some entries when capturing additional fields. ```ignore // JSON