Copilot commented on code in PR #47295: URL: https://github.com/apache/arrow/pull/47295#discussion_r2263538110
########## cpp/src/arrow/compute/kernel.h: ########## @@ -364,7 +364,7 @@ class ARROW_EXPORT KernelSignature { OutputType out_type, bool is_varargs = false); - /// \brief Return true if the signature if compatible with the list of input + /// \brief Return true if the signature is compatible with the list of input Review Comment: The typo has been correctly fixed from 'if' to 'is' in the docstring. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org