Skip to content

Commit 4406c85

Browse files
committed
d
1 parent b03d1b7 commit 4406c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/api/metatileentity/multiblock/AbilityInstances.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void add(int index, Object element) {
110110
}
111111

112112
/**
113-
* Replaces the element at the index. Will throw and exception if the element is not what the key expects.
113+
* Replaces the element at the index. Will throw an exception if the element is not what the key expects.
114114
*
115115
* @param index index of the element to replace
116116
* @param element element to be stored at the specified position

0 commit comments

Comments
 (0)