This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new 8386952  [Java] Update create.rst to address typos: "slice" was 
written as "splice" #259 (#260)
8386952 is described below

commit 8386952a5d4006d5b4de4447a330f873950688d3
Author: Larry White <[email protected]>
AuthorDate: Wed Sep 21 16:33:06 2022 -0400

    [Java] Update create.rst to address typos: "slice" was written as "splice" 
#259 (#260)
    
    * Update create.rst to address typos: "slice" was written as "splice"
    
    * Apply suggestions from code review
    
    Co-authored-by: David Li <[email protected]>
---
 java/source/create.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/java/source/create.rst b/java/source/create.rst
index 04dce26..ae8ab0e 100644
--- a/java/source/create.rst
+++ b/java/source/create.rst
@@ -186,13 +186,13 @@ 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
+-----------------
 
 In this example, we copy a portion of the input IntVector to a new IntVector.
 

Reply via email to