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

(cherry picked from commit 7e29f22)
  • Loading branch information
NotnHeavy authored and psychonic committed Feb 2, 2024
1 parent b9b2e51 commit 9bcfd45
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 9bcfd45

Please sign in to comment.