diff --git a/_src/variant-attrs.md b/_src/variant-attrs.md index 354c257..171d6f8 100644 --- a/_src/variant-attrs.md +++ b/_src/variant-attrs.md @@ -103,7 +103,7 @@ - ##### `#[serde(untagged)]` {#untagged} - Irrespective of the [enum representation], serialize and deserialize this + Irrespective of the [enum representations], serialize and deserialize this variant as untagged, i.e. simply as the variant's data with no record of the variant name.