Skip to content

Commit

Permalink
Fix typo in ArrayList.Clone docs (#2098)
Browse files Browse the repository at this point in the history
very useful update of: grammar in comment
  • Loading branch information
NotnHeavy authored Dec 22, 2023
1 parent a9eb3a0 commit 7e29f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/adt_array.inc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ methodmap ArrayList < Handle {

// Clones an array, returning a new handle with the same size and data.
// This should NOT be confused with CloneHandle. This is a completely new
// handle with the same data but no relation to the original. It should
// handle with the same data but no relation to the original. It should be
// closed when no longer needed.
//
// @return New handle to the cloned array object
Expand Down

0 comments on commit 7e29f22

Please sign in to comment.