Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jan 4, 2023
1 parent 1f64339 commit 839a6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow-array/src/builder/primitive_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ impl<T: ArrowPrimitiveType> PrimitiveBuilder<T> {
}
}

/// By default [`PrimitiveBuilder`] uses [`T::DATA_TYPE`] as the data type of
/// the generated array.
/// By default [`PrimitiveBuilder`] uses [`ArrowPrimitiveType::DATA_TYPE`] as the
/// data type of the generated array.
///
/// This method allows overriding the data type, to allow specifying timezones
/// for [`DataType::Timestamp`] or precision and scale for [`DataType::Decimal128`]
Expand Down

0 comments on commit 839a6f3

Please sign in to comment.