Skip to content

Commit

Permalink
Update serde_with/src/guide/serde_as_transformations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Bushart <[email protected]>
  • Loading branch information
johnmave126 and jonasbb committed Jul 12, 2024
1 parent 17dec11 commit aaa0a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_with/src/guide/serde_as_transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ colors: Vec<Color>,
[`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
Expand Down

0 comments on commit aaa0a29

Please sign in to comment.