diff --git a/cpp/src/arrow/compute/api_vector.h b/cpp/src/arrow/compute/api_vector.h index c7dd4acef2ac1..a4f4af67d57c0 100644 --- a/cpp/src/arrow/compute/api_vector.h +++ b/cpp/src/arrow/compute/api_vector.h @@ -270,7 +270,7 @@ class ARROW_EXPORT InversePermutationOptions : public FunctionOptions { /// of the input indices minus 1. int64_t max_index = -1; /// \brief The type of the output inverse permutation. If null, the output will be of - /// the same type as the input indices, otherwise must be integer types. An invalid + /// the same type as the input indices, otherwise must be integer type. An invalid /// error will be reported if this type is not able to store the length of the input /// indices. std::shared_ptr output_type = NULLPTR;