Skip to content

Commit

Permalink
fix: interleave docs suggests itself, not take (#6210)
Browse files Browse the repository at this point in the history
  • Loading branch information
gstvg authored Aug 8, 2024
1 parent 49840ec commit b90c799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-select/src/interleave.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ macro_rules! dict_helper {
/// values array 1
/// ```
///
/// For selecting values by index from a single array see [`crate::interleave`]
/// For selecting values by index from a single array see [`crate::take`]
pub fn interleave(
values: &[&dyn Array],
indices: &[(usize, usize)],
Expand Down

0 comments on commit b90c799

Please sign in to comment.