From 69f24e725dc7ac2c448de07cd5355ebb09f51bb5 Mon Sep 17 00:00:00 2001 From: Ghzdude <44148655+ghzdude@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:13:00 -0700 Subject: [PATCH] d --- .../api/metatileentity/multiblock/AbilityInstances.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/gregtech/api/metatileentity/multiblock/AbilityInstances.java b/src/main/java/gregtech/api/metatileentity/multiblock/AbilityInstances.java index 5f69ac57bde..d9c2517bb3c 100644 --- a/src/main/java/gregtech/api/metatileentity/multiblock/AbilityInstances.java +++ b/src/main/java/gregtech/api/metatileentity/multiblock/AbilityInstances.java @@ -110,7 +110,7 @@ public void add(int index, Object element) { } /** - * Replaces the element at the index. Will throw and exception if the element is not what the key expects. + * Replaces the element at the index. Will throw an exception if the element is not what the key expects. * * @param index index of the element to replace * @param element element to be stored at the specified position