Skip to content

Commit 2286110

Browse files
committed
Correct doc comment
1 parent 641eac2 commit 2286110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arrow-select/src/merge.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ use arrow_data::ArrayData;
2424
use arrow_data::transform::MutableArrayData;
2525
use arrow_schema::ArrowError;
2626

27-
/// An index for the [merge] function.
27+
/// An index for the [merge_n] function.
2828
///
29-
/// This trait allows the indices argument for [merge] to be stored using a more
29+
/// This trait allows the indices argument for [merge_n] to be stored using a more
3030
/// compact representation than `usize` when the input arrays are small.
3131
/// If the number of input arrays is less than 256 for instance, the indices can be stored as `u8`.
3232
///

0 commit comments

Comments
 (0)