pitrou commented on a change in pull request #7772:
URL: https://github.com/apache/arrow/pull/7772#discussion_r455146862
##########
File path: docs/source/cpp/compute.rst
##########
@@ -263,56 +263,56 @@ given class:
+--------------------------+------------+--------------------+----------------+----------------------------------+
| Function name | Arity | Input types | Output type
| Matched character class |
+==========================+============+====================+================+==================================+
-| ascii_isalnum | Unary | String-like | Boolean
| Alphanumeric ASCII |
+| ascii_is_alnum | Unary | String-like | Boolean
| Alphanumeric ASCII |
Review comment:
Ok, you need to keep the table markup correct, so be careful to align
everything.
In general, _please_ rerender the doc when making changes to it. Too often
some edits are made to the doc without even checking that the markup is ok
(i.e. no additional warnings are shown when building it).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]