Skip to content

Commit

Permalink
grammar: improve Map key/value field readability
Browse files Browse the repository at this point in the history
  • Loading branch information
akesling authored Dec 13, 2024
1 parent 313d11a commit b34bee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions format/Schema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ table FixedSizeList {
/// may be set in the metadata for this field.
///
/// In a field with Map type, the field has a child Struct field, which then
/// has two children: key type and the second the value type. The names of the
/// child fields may be respectively "entries", "key", and "value", but this is
/// not enforced.
/// has two children: the first of the key type and second of the value type.
/// The names of the child fields may be respectively "entries", "key", and "value",
/// but this is not enforced.
///
/// Map
/// ```text
Expand Down

0 comments on commit b34bee4

Please sign in to comment.