From ee48c105412c88b5f8f35218cf8ae3fd0594527e Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:07:56 +0000 Subject: [PATCH] Update arrow-schema/src/datatype.rs Co-authored-by: Andrew Lamb --- arrow-schema/src/datatype.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-schema/src/datatype.rs b/arrow-schema/src/datatype.rs index 789ca1ee9851..6276a99a47b6 100644 --- a/arrow-schema/src/datatype.rs +++ b/arrow-schema/src/datatype.rs @@ -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.