Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 10, 2025
1 parent 193cce5 commit c1a109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_chunk/src/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ impl TimeColumn {

/// Runs a [take] compute kernel on the time data with the specified `indices`.
///
/// [take]: arrow::compute::take::take
/// [take]: arrow::compute::take
#[inline]
pub(crate) fn taken(&self, indices: &arrow2::array::Int32Array) -> Self {
let Self {
Expand Down

0 comments on commit c1a109c

Please sign in to comment.