Skip to content

Commit f019e24

Browse files
committed
Fix PR 186 to keep original prose
1 parent d4bbab4 commit f019e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_src/variant-attrs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@
103103

104104
- ##### `#[serde(untagged)]` {#untagged}
105105

106-
Irrespective of the [enum representations], serialize and deserialize this
106+
Irrespective of the [enum representation], serialize and deserialize this
107107
variant as untagged, i.e. simply as the variant's data with no record of the
108108
variant name.
109109

110110
Untagged variants must be ordered last in the enum definition.
111111

112-
[enum representations]: enum-representations.md
112+
[enum representation]: enum-representations.md

0 commit comments

Comments
 (0)