diff --git a/cpp/src/arrow/compute/kernels/vector_selection_take_internal.cc b/cpp/src/arrow/compute/kernels/vector_selection_take_internal.cc index 10bbdbd8041e5..a941578f862d9 100644 --- a/cpp/src/arrow/compute/kernels/vector_selection_take_internal.cc +++ b/cpp/src/arrow/compute/kernels/vector_selection_take_internal.cc @@ -723,7 +723,7 @@ const FunctionDoc take_doc( {"input", "indices"}, "TakeOptions"); // Metafunction for dispatching to different Take implementations other than -// Array-Array. +// [Chunked]Array-[Chunked]Array. class TakeMetaFunction : public MetaFunction { public: TakeMetaFunction()