Skip to content

Commit 86f7dad

Browse files
committed
fix docs
1 parent d050bb6 commit 86f7dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arrow-buffer/src/buffer/boolean.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ impl BooleanBuffer {
191191
}
192192
}
193193

194-
/// Like [`from_bitwise_binary_op`] but optimized for the case where the
194+
/// Like [`Self::from_bitwise_binary_op`] but optimized for the case where the
195195
/// inputs are aligned to byte boundaries
196196
///
197197
/// Returns `None` if the inputs are not fully u64 aligned
@@ -316,7 +316,7 @@ impl BooleanBuffer {
316316
}
317317
}
318318

319-
/// Like [`from_bitwise_unary_op`] but optimized for the case where the
319+
/// Like [`Self::from_bitwise_unary_op`] but optimized for the case where the
320320
/// input is aligned to byte boundaries
321321
fn try_from_aligned_bitwise_unary_op<F>(
322322
left: &[u8],

0 commit comments

Comments
 (0)