From 144354a90b168e3af5ad9b8a1e767c76d47afe1e Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Thu, 19 Sep 2024 16:54:14 +0800 Subject: [PATCH] Update arrow-array/src/types.rs Co-authored-by: Matthijs Brobbel --- arrow-array/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-array/src/types.rs b/arrow-array/src/types.rs index ca072b3aa623..b39c9c40311b 100644 --- a/arrow-array/src/types.rs +++ b/arrow-array/src/types.rs @@ -50,7 +50,7 @@ impl BooleanType { pub const DATA_TYPE: DataType = DataType::Boolean; } -/// Trait for [primitive values] +/// Trait for [primitive values]. /// /// This trait bridges the dynamic-typed nature of Arrow /// (via [`DataType`]) with the static-typed nature of rust types