Skip to content

Commit 298c728

Browse files
authored
Fix a broken link
This patch fixes a broken link. The link is `[enum representation]` but it should be `[enum representations]` as it is defined below with `[enum representations]: enum-representations.md
1 parent 8e0d6bf commit 298c728

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)