diff --git a/arrow-cast/src/cast/mod.rs b/arrow-cast/src/cast/mod.rs index 07248e2cfe29..265d78b06d57 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;