Fix typo in ArrayList.Clone docs (#2098)

very useful update of: grammar in comment
This commit is contained in:
NotnHeavy 2023-12-22 19:35:26 +00:00 committed by GitHub
parent a9eb3a0d45
commit 7e29f22f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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