From 9996534223030e7628ac9a8ca82e7d9ef5dcc50b Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 31 May 2024 15:29:57 -0400 Subject: [PATCH] Update arrow-cast/src/cast/mod.rs --- arrow-cast/src/cast/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-cast/src/cast/mod.rs b/arrow-cast/src/cast/mod.rs index 1d8690f402ad..58903082ccb9 100644 --- a/arrow-cast/src/cast/mod.rs +++ b/arrow-cast/src/cast/mod.rs @@ -609,7 +609,7 @@ fn timestamp_to_date32( /// /// Similarly to the previous example, if you cast numeric values to a timestamp /// with timezone, the cast kernel will not change the underlying values -/// but display and othe functions will interpret them as being in the provided timezone. +/// but display and other functions will interpret them as being in the provided timezone. /// /// ``` /// # use arrow_array::Int64Array;