mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Fix typo in ArrayList.Clone docs (#2098)
very useful update of: grammar in comment
(cherry picked from commit 7e29f22f8f)
This commit is contained in:
parent
b9b2e514e6
commit
9bcfd45f54
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user