Skip to content

Commit fc9932a

Browse files
authored
MINOR: [Format] Schema.fbs typo -- s/two number/two numbers/ (apache#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]>
1 parent 21feb16 commit fc9932a

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

0 commit comments

Comments
 (0)