We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bbab4 commit f019e24Copy full SHA for f019e24
_src/variant-attrs.md
@@ -103,10 +103,10 @@
103
104
- ##### `#[serde(untagged)]` {#untagged}
105
106
- Irrespective of the [enum representations], serialize and deserialize this
+ Irrespective of the [enum representation], serialize and deserialize this
107
variant as untagged, i.e. simply as the variant's data with no record of the
108
variant name.
109
110
Untagged variants must be ordered last in the enum definition.
111
112
- [enum representations]: enum-representations.md
+ [enum representation]: enum-representations.md
0 commit comments