From ef4d4b9a708d90ac9f3bd52697b3f534a189f5bd Mon Sep 17 00:00:00 2001 From: Junming Chen Date: Wed, 20 Sep 2023 08:44:20 +0800 Subject: [PATCH] Update cpp/src/arrow/compute/api_scalar.h Co-authored-by: Benjamin Kietzman --- cpp/src/arrow/compute/api_scalar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/compute/api_scalar.h b/cpp/src/arrow/compute/api_scalar.h index 2572e8b414d9a..05bf3ca7b1978 100644 --- a/cpp/src/arrow/compute/api_scalar.h +++ b/cpp/src/arrow/compute/api_scalar.h @@ -283,7 +283,7 @@ class ARROW_EXPORT SetLookupOptions : public FunctionOptions { /// How to match null values. /// - /// Match, any null in `value_set` is successfully matched in + /// MATCH, any null in `value_set` is successfully matched in /// the input. /// SKIP, any null in `value_set` is ignored and nulls in the input /// produce null (IndexIn) or false (IsIn) values in the output.