Skip to content

Commit b7edfc6

Browse files
committed
fix javadoc
1 parent 374e125 commit b7edfc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/aekeylegacy/api/stacks/AEKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public final boolean fuzzyEquals(AEKey other, FuzzyMode fuzzyMode) {
188188
return false;
189189
}
190190

191-
// For item with variants, the metadata must match
191+
// For item with subtypes, the metadata must match
192192
if (this instanceof AEItemKey itemKey && itemKey.getHasSubtypes()) {
193193
return itemKey.getMetadata() == ((AEItemKey) other).getMetadata();
194194
}

0 commit comments

Comments
 (0)