Skip to content

Commit 1fb4981

Browse files
committed
fix docs
1 parent 379d1ec commit 1fb4981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-buffer/src/util/bit_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ struct U64UnalignedSlice<'a> {
491491
}
492492

493493
impl<'a> U64UnalignedSlice<'a> {
494-
/// Create a new [`U64UnalignedSlice`] from a [`MutableBuffer`]
494+
/// Create a new [`U64UnalignedSlice`] from a `&mut [u8]` buffer
495495
///
496496
/// return the [`U64UnalignedSlice`] and slice of bytes that are not part of the u64 chunks (guaranteed to be less than 8 bytes)
497497
///

0 commit comments

Comments
 (0)