Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
fix nits comment

Co-authored-by: Vibhatha Lakmal Abeykoon <[email protected]>
  • Loading branch information
ViggoC and vibhatha authored Oct 15, 2024
1 parent 3e27984 commit a77289c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public TransferImpl(RunEndEncodedVector to) {
}

/**
* Transfer this vector'data to another vector. The memory associated with this vector is
* Transfer the vector data to another vector. The memory associated with this vector is
* transferred to the allocator of target vector for accounting and management purposes.
*/
@Override
Expand All @@ -344,7 +344,7 @@ public void transfer() {
}

/**
* Slice this vector at desired index and length and transfer the corresponding data to the
* Slice this vector at the desired index and length, then transfer the corresponding data to the
* target vector.
*
* @param startIndex start position of the split in source vector.
Expand Down

0 comments on commit a77289c

Please sign in to comment.