Skip to content

Commit d4bbab4

Browse files
authored
Merge pull request #186 from Hywan/patch-2
Fix a broken link
2 parents 8e0d6bf + 298c728 commit d4bbab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/variant-attrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

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

106-
Irrespective of the [enum representation], serialize and deserialize this
106+
Irrespective of the [enum representations], 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

0 commit comments

Comments
 (0)