Skip to content

Commit 4599c43

Browse files
committed
Updated naming
1 parent d7cd4e4 commit 4599c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/enum-representations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ In case you want to disable the sequence format, you can use the
194194

195195
```rust
196196
#[derive(Debug, Serialize, Deserialize)]
197-
#[serde(tag = "type", content = "x", seq=false)]
197+
#[serde(tag = "type", content = "x", seq_form=false)]
198198
enum MyType {
199199
Topic(i64), Sidebar(i64)
200200
}

0 commit comments

Comments
 (0)