Skip to content

Commit

Permalink
Update arrow-array/src/types.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
  • Loading branch information
waynexia and mbrobbel committed Sep 19, 2024
1 parent aef5487 commit 144354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 144354a

Please sign in to comment.