lidavidm commented on code in PR #260:
URL: https://github.com/apache/arrow-cookbook/pull/260#discussion_r976952387
##########
java/source/create.rst:
##########
@@ -186,12 +186,12 @@ Array of List
[[1,2,3], [10,20,30], [100,200,300], [1000,2000,3000]]
-Splicing
+Slicing
========
Review Comment:
```suggestion
Slicing
=======
```
##########
java/source/create.rst:
##########
@@ -186,12 +186,12 @@ Array of List
[[1,2,3], [10,20,30], [100,200,300], [1000,2000,3000]]
-Splicing
+Slicing
========
-Splicing provides a way of copying a range of rows between two vectors of the
same type.
+Slicing provides a way of copying a range of rows between two vectors of the
same type.
-Splicing IntVector
+Slicing IntVector
------------------
Review Comment:
```suggestion
Slicing IntVector
-----------------
```
--
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]