jorisvandenbossche commented on code in PR #40022:
URL: https://github.com/apache/arrow/pull/40022#discussion_r1530712424


##########
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:
   This is not a correct / expected change?



-- 
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