Skip to content

Commit

Permalink
Merge branch 'alamb/cast_docs2' of github.com:alamb/arrow-rs into ala…
Browse files Browse the repository at this point in the history
…mb/cast_docs2
  • Loading branch information
alamb committed May 31, 2024
2 parents 6a7ad38 + 9996534 commit 717ac93
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 717ac93

Please sign in to comment.