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


##########
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:
   Thanks for catching this. When rebasing, I grabbed the wrong change. The 
above change undid the change in https://github.com/apache/arrow/pull/40006 so 
I'll push up a fix.



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

Reply via email to