Skip to content

Commit

Permalink
fix: ArrayDataBuilder::build_unchecked docs (#7103)
Browse files Browse the repository at this point in the history
  • Loading branch information
gstvg authored Feb 10, 2025
1 parent 80e3327 commit 6c1d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-data/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ impl ArrayDataBuilder {

/// Creates an array data, without any validation
///
/// Note: This is shorthand for `self.with_skip_validation(true).build()`
/// Note: This is shorthand for `self.skip_validation(true).build().unwrap()`
///
/// # Safety
///
Expand Down

0 comments on commit 6c1d8c3

Please sign in to comment.