Skip to content

Commit 48e11b8

Browse files
authored
MINOR: [Format] Schema.fbs grammar -- replace i.e. with e.g. (apache#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 <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent fc9932a commit 48e11b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format/Schema.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ table DictionaryEncoding {
510510
/// nested type.
511511

512512
table Field {
513-
/// Name is not required, in i.e. a List
513+
/// Name is not required (e.g., in a List)
514514
name: string;
515515

516516
/// Whether or not this field can contain nulls. Should be true in general.

0 commit comments

Comments
 (0)