Skip to content

Commit

Permalink
docs: missed an example
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Aug 22, 2024
1 parent 5dcbcb8 commit ee58329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/types/named_structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ NamedStruct {
```
NamedStruct {
names: [a, b, c, d, e, f, g, h, i]
struct: struct<i64, struct<i64, struct<i64, i64>, i64, struct<i64, i64>>>>
struct: struct<a: i64, b: struct<c: i64, d: struct<e: i64, f: i64>, g: i64, h: struct<i: i64, j: i64>>>>
}
```

0 comments on commit ee58329

Please sign in to comment.