Skip to content

Commit

Permalink
Update arrow-array/src/array/primitive_array.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored May 28, 2024
1 parent efac735 commit a15113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/array/primitive_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ pub type Decimal256Array = PrimitiveArray<Decimal256Type>;

pub use crate::types::ArrowPrimitiveType;

/// An array of primtive values, of type [`ArrowPrimitiveType`]
/// An array of primitive values, of type [`ArrowPrimitiveType`]
///
/// # Example: From a Vec
///
Expand Down

0 comments on commit a15113e

Please sign in to comment.