From 5066439fefb3149f091991306295fe2dc742279c Mon Sep 17 00:00:00 2001
From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com>
Date: Sun, 31 May 2020 17:34:21 +0100
Subject: [PATCH] Cleanup
---
.../wizardry/inventory/ContainerArcaneWorkbench.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java b/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java
index 771d3146..118ce291 100644
--- a/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java
+++ b/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java
@@ -296,7 +296,7 @@ public class ContainerArcaneWorkbench extends Container implements ISpellSortabl
/**
* Returns the minimum and maximum IDs (inclusive) of the workbench slots that are appropriate for the given stack,
- * or null if no slots are appropriate. Note that this does mean the stack will fit, only that it is valid
+ * or null if no slots are appropriate. Note that this does not mean the stack will fit, only that it is valid
* for all of the slots in the given range, and will fit if there is space for it.
* @param stack The stack to find a slot for
* @return A 2-element int array of the minimum and maximum slot IDs respectively