Skip to content

Commit 1e240c2

Browse files
authored
MINOR: [C++][Compute] Fix kernel docstring typo (#47295)
### Rationale for this change Typo. ### What changes are included in this PR? `if` -> `is` ### Are these changes tested? No need. ### Are there any user-facing changes? None. Authored-by: Rossi Sun <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 80addfa commit 1e240c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/compute/kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class ARROW_EXPORT KernelSignature {
364364
OutputType out_type,
365365
bool is_varargs = false);
366366

367-
/// \brief Return true if the signature if compatible with the list of input
367+
/// \brief Return true if the signature is compatible with the list of input
368368
/// value descriptors.
369369
bool MatchesInputs(const std::vector<TypeHolder>& types) const;
370370

0 commit comments

Comments
 (0)