spelling: the

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:10:02 -04:00
committed by Jindra Petřík
parent ec6bd3085a
commit f9212ec124
11 changed files with 12 additions and 12 deletions

View File

@@ -700,7 +700,7 @@ public class FastAVM2List implements Collection<AVM2InstructionItem> {
/**
* Converts to array.
*
* @param a the array into which the elements of this collection are to be
* @param the array into which the elements of this collection are to be
* stored, if it is big enough; otherwise, a new array of the same runtime
* type is allocated for this purpose.
* @param <T> Type

View File

@@ -880,7 +880,7 @@ public class FastActionList implements Collection<ActionItem> {
/**
* Converts the list to an array.
*
* @param a the array into which the elements of this collection are to be
* @param the array into which the elements of this collection are to be
* stored, if it is big enough; otherwise, a new array of the same runtime
* type is allocated for this purpose.
* @param <T> Type