From abdde8e7ee8f9d1624f1d9fa35cb8bc811151439 Mon Sep 17 00:00:00 2001 From: Christopher Akiki Date: Mon, 3 Apr 2023 16:54:10 +0200 Subject: [PATCH 1/2] [MINOR:TYPO] Update compute.rst associatve -> associative --- docs/source/cpp/compute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cpp/compute.rst b/docs/source/cpp/compute.rst index 725697dc8e329..01b9c5a1ce5e1 100644 --- a/docs/source/cpp/compute.rst +++ b/docs/source/cpp/compute.rst @@ -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 an 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 From 169b8c0c2b98c318f346bd7b933aebea1ada356f Mon Sep 17 00:00:00 2001 From: Christopher Akiki Date: Mon, 3 Apr 2023 16:58:27 +0200 Subject: [PATCH 2/2] MINOR:TYPO Update compute.rst an -> a --- docs/source/cpp/compute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cpp/compute.rst b/docs/source/cpp/compute.rst index 01b9c5a1ce5e1..183ede7ef588f 100644 --- a/docs/source/cpp/compute.rst +++ b/docs/source/cpp/compute.rst @@ -1597,7 +1597,7 @@ Cumulative Functions ~~~~~~~~~~~~~~~~~~~~ Cumulative functions are vector functions that perform a running total on their -input using an given binary associative 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