Skip to content

Commit a2d84b5

Browse files
committed
fix: correct code block fence in timestamp_to_date32 doc comment to enable proper rendering
1 parent 10b8886 commit a2d84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-cast/src/cast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ fn timestamp_to_date32<T: ArrowTimestampType>(
694694
/// assert_eq!(2_000_018_000, d.value(1)); // value has not been adjusted
695695
/// // NOTE: the timestamp is adjusted (08:33:20 instead of 03:33:20 as in previous example)
696696
/// assert_eq!("2033-05-18T08:33:20", display::array_value_to_string(&d, 1).unwrap());
697-
/// ```text
697+
/// ```
698698
pub fn cast_with_options(
699699
array: &dyn Array,
700700
to_type: &DataType,

0 commit comments

Comments
 (0)