Skip to content

Commit

Permalink
Update arrow/src/array/data.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
  • Loading branch information
tustvold and viirya committed Jun 7, 2022
1 parent bdaba34 commit eb632ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/array/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ impl ArrayData {
self.typed_buffer(0, self.len + 1)
}

/// Returns a reference to the data in `buffer` as a typed slice after validating
/// Returns a reference to the data in `buffers[idx]` as a typed slice after validating
fn typed_buffer<T: ArrowNativeType + num::Num>(
&self,
idx: usize,
Expand Down

0 comments on commit eb632ea

Please sign in to comment.