From 2fec99901f592feb3959c94feaaa55c0167e1ab0 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Fri, 2 Feb 2024 15:44:21 +0800 Subject: [PATCH] Update src/common/src/types/mod.rs --- src/common/src/types/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/src/types/mod.rs b/src/common/src/types/mod.rs index 7535cdddd4f3c..024b424602dd7 100644 --- a/src/common/src/types/mod.rs +++ b/src/common/src/types/mod.rs @@ -309,7 +309,7 @@ pub mod data_types { } pub use range_frame_numeric; - /// Integer [`DataType`](crate::types::DataType)s supported to be `offset` of `RANGE` frame. + /// Date/time [`DataType`](crate::types::DataType)s supported to be `offset` of `RANGE` frame. #[macro_export] macro_rules! range_frame_datetime { () => {