pitrou commented on a change in pull request #8203:
URL: https://github.com/apache/arrow/pull/8203#discussion_r489588294
##########
File path: cpp/src/arrow/testing/random.h
##########
@@ -52,7 +60,7 @@ class ARROW_TESTING_EXPORT RandomArrayGenerator {
std::shared_ptr<Array> Boolean(int64_t size, double true_probability,
double null_probability = 0);
- /// \brief Generates a random UInt8Array
+ /// \brief Generate a random UInt8Array
Review comment:
Hmm, I can add this somewhere in the docs. Most of our docstrings use
infinite, AFAIK.
##########
File path: cpp/src/arrow/testing/random.h
##########
@@ -52,7 +60,7 @@ class ARROW_TESTING_EXPORT RandomArrayGenerator {
std::shared_ptr<Array> Boolean(int64_t size, double true_probability,
double null_probability = 0);
- /// \brief Generates a random UInt8Array
+ /// \brief Generate a random UInt8Array
Review comment:
Hmm, I can add this somewhere in the docs. Most of our docstrings use
the infinitive, AFAIK.
----------------------------------------------------------------
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]