From b34bee448e90f9c3d7293c31b7966609fcabf802 Mon Sep 17 00:00:00 2001 From: Alex Kesling Date: Fri, 13 Dec 2024 13:23:37 -0500 Subject: [PATCH] grammar: improve Map key/value field readability --- format/Schema.fbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/format/Schema.fbs b/format/Schema.fbs index e8e14b112a771..bbe27fbc8028a 100644 --- a/format/Schema.fbs +++ b/format/Schema.fbs @@ -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