Skip to content

Commit

Permalink
docs: pr feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Arttu <[email protected]>
  • Loading branch information
vbarua and Blizzara authored Aug 22, 2024
1 parent 81ad2c9 commit 897b515
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 @@ -26,7 +26,7 @@ has 2 names, one for each of its inner fields.
Struct types nested in compound types must also be be named.

#### Structs within Maps
If a Map contains Structs, the Struct fields must be named. For example the following Map
If a Map contains Structs, either as keys or values or both, the Struct fields must be named. Keys are named before values. For example the following Map
```
a b c d e
map<struct<i64, fp64>, struct<i64, i64, i64>>
Expand Down

0 comments on commit 897b515

Please sign in to comment.