Skip to content

Commit

Permalink
Update arrow-schema/src/datatype.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
tustvold and alamb authored Dec 31, 2023
1 parent 862a1c6 commit ee48c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/src/datatype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub enum DataType {
/// in milliseconds (64 bits). Values are evenly divisible by 86400000.
Date64,
/// A signed 32-bit time representing the elapsed time since midnight in the unit of `TimeUnit`.
/// Must be either seconds or millieseconds.
/// Must be either seconds or milliseconds.
Time32(TimeUnit),
/// A signed 64-bit time representing the elapsed time since midnight in the unit of `TimeUnit`.
/// Must be either microseconds or nanoseconds.
Expand Down

0 comments on commit ee48c10

Please sign in to comment.