Skip to content

Commit

Permalink
Update arrow-cast/src/cast/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored May 31, 2024
1 parent d55aa3e commit 9996534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-cast/src/cast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ fn timestamp_to_date32<T: ArrowTimestampType>(
///
/// 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;
Expand Down

0 comments on commit 9996534

Please sign in to comment.