amoeba commented on code in PR #40022: URL: https://github.com/apache/arrow/pull/40022#discussion_r1531482932
########## docs/source/cpp/tutorials/basic_arrow.rst: ########## @@ -141,7 +141,7 @@ Building int16 Arrays An :class:`ArrayBuilder` has its type specified at the time of declaration. Once this is done, it cannot have its type changed. We have to make a new one when we switch to year data, which -requires a 16-bit integer at the minimum. Of course, there's an :class:`ArrayBuilder` for that. +requires a 16-bit integer at the minimum. Of course, there’s an :class:`ArrayBuilder` for that. Review Comment: Reverted in 19e01b7e5529b1a8fb56f18b9281d23c95af6cba. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org