diff --git a/plugins/include/adt_array.inc b/plugins/include/adt_array.inc index 6f60ef11..3ac8d8e3 100644 --- a/plugins/include/adt_array.inc +++ b/plugins/include/adt_array.inc @@ -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