From 48e11b8b71d6dd08f0dcfa7ec3c71f2c5884895f Mon Sep 17 00:00:00 2001 From: Alex Kesling Date: Tue, 17 Dec 2024 20:06:03 -0500 Subject: [PATCH] MINOR: [Format] Schema.fbs grammar -- replace i.e. with e.g. (#45026) ### Rationale for this change To improve a comment. ### What changes are included in this PR? Correction of grammar in a comment: use e.g. in a parenthetical instead of i.e. For context: https://www.grammarly.com/blog/acronyms-abbreviations/i-e-vs-e-g/ . ### Are these changes tested? N/A ### Are there any user-facing changes? No Authored-by: Alex Kesling Signed-off-by: Sutou Kouhei --- format/Schema.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/Schema.fbs b/format/Schema.fbs index 90d94f26fcd0b..f902b6bc1e56d 100644 --- a/format/Schema.fbs +++ b/format/Schema.fbs @@ -510,7 +510,7 @@ table DictionaryEncoding { /// nested type. table Field { - /// Name is not required, in i.e. a List + /// Name is not required (e.g., in a List) name: string; /// Whether or not this field can contain nulls. Should be true in general.