Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurmustafa committed Sep 28, 2024
1 parent 0d8eec6 commit a1c244a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow-select/src/take.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ pub fn take(
}
}

/// For each [ArrayRef] in the [Vec<ArrayRef>], take elements by index and create a new
/// [Vec<ArrayRef>] from those indices.
/// For each [ArrayRef] in the [`Vec<ArrayRef>`], take elements by index and create a new
/// [`Vec<ArrayRef>`] from those indices.
///
/// ```text
/// ┌────────┬────────┐
Expand Down

0 comments on commit a1c244a

Please sign in to comment.