pitrou commented on code in PR #36289:
URL: https://github.com/apache/arrow/pull/36289#discussion_r1288568709


##########
docs/source/cpp/compute.rst:
##########
@@ -627,8 +635,8 @@ The example values are given for default values of 
``ndigits`` and ``multiple``.
 
+-----------------------+--------------------------------------------------------------+---------------------------+
 
 The following table gives examples of how ``ndigits`` (for the ``round``
-function) and ``multiple`` (for ``round_to_multiple``) influence the operance
-performed, respectively.
+function) and ``multiple`` (for ``round_to_multiple`` and ``round_binary``) 
+influence the operance performed, respectively.

Review Comment:
   ```suggestion
   influence the operation performed, respectively.
   ```



##########
docs/source/cpp/compute.rst:
##########
@@ -627,8 +635,8 @@ The example values are given for default values of 
``ndigits`` and ``multiple``.
 
+-----------------------+--------------------------------------------------------------+---------------------------+
 
 The following table gives examples of how ``ndigits`` (for the ``round``
-function) and ``multiple`` (for ``round_to_multiple``) influence the operance
-performed, respectively.
+function) and ``multiple`` (for ``round_to_multiple`` and ``round_binary``) 

Review Comment:
   Hmm, the second input for `round_binary` is equivalent to `ndigits`, not 
`multiple`, right?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to