Skip to content

Commit

Permalink
Modify_inconsistency (#7190)
Browse files Browse the repository at this point in the history
  • Loading branch information
YichiZhang0613 authored Feb 26, 2025
1 parent 96e4a00 commit a00f9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-data/src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl FFI_ArrowArray {
/// Returns the buffer at the provided index
///
/// # Panic
/// Panics if index exceeds the number of buffers or the buffer is not correctly aligned
/// Panics if index >= self.num_buffers() or the buffer is not correctly aligned
#[inline]
pub fn buffer(&self, index: usize) -> *const u8 {
assert!(!self.buffers.is_null());
Expand Down

0 comments on commit a00f9f4

Please sign in to comment.