Skip to content

Commit

Permalink
MINOR: [C++][Docs] Fix typos in compute document (#34859)
Browse files Browse the repository at this point in the history
Authored-by: Christopher Akiki <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
cakiki authored Apr 3, 2023
1 parent 0e1f5c6 commit 7c307b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cpp/compute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ Cumulative Functions
~~~~~~~~~~~~~~~~~~~~

Cumulative functions are vector functions that perform a running total on their
input using an given binary associatve operation and output an array containing
input using a given binary associative operation and output an array containing
the corresponding intermediate running values. The input is expected to be of
numeric type. By default these functions do not detect overflow. They are also
available in an overflow-checking variant, suffixed ``_checked``, which returns
Expand Down

0 comments on commit 7c307b1

Please sign in to comment.