From 7e29f22f8fa1a07c2a99a644de75a044d7063dc4 Mon Sep 17 00:00:00 2001 From: NotnHeavy <94223272+NotnHeavy@users.noreply.github.com> Date: Fri, 22 Dec 2023 19:35:26 +0000 Subject: [PATCH] Fix typo in ArrayList.Clone docs (#2098) very useful update of: grammar in comment --- plugins/include/adt_array.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/adt_array.inc b/plugins/include/adt_array.inc index 6f60ef119f..3ac8d8e3c4 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