Skip to content

Commit

Permalink
MINOR: [Format] Schema.fbs typo -- s/two number/two numbers/ (apache#…
Browse files Browse the repository at this point in the history
…45025)

### Rationale for this change

To improve a comment.

### What changes are included in this PR?

Correction of a grammatical typo in a comment: s/two number/two numbers/.

### 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 21feb16 commit fc9932a
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 @@ -421,7 +421,7 @@ table Interval {
// An absolute length of time unrelated to any calendar artifacts.
//
// For the purposes of Arrow Implementations, adding this value to a Timestamp
// ("t1") naively (i.e. simply summing the two number) is acceptable even
// ("t1") naively (i.e. simply summing the two numbers) is acceptable even
// though in some cases the resulting Timestamp (t2) would not account for
// leap-seconds during the elapsed time between "t1" and "t2". Similarly,
// representing the difference between two Unix timestamp is acceptable, but
Expand Down

0 comments on commit fc9932a

Please sign in to comment.