Skip to content

Commit

Permalink
MINOR: [Format] Schema.fbs grammar -- replace i.e. with e.g. (apache#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
akesling authored Dec 18, 2024
1 parent fc9932a commit 48e11b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/Schema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 48e11b8

Please sign in to comment.