Skip to content

Commit 7648020

Browse files
Fix typo for limit comment
1 parent 7db62be commit 7648020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/QuickShop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public class QuickShop extends JavaPlugin implements QuickShopAPI {
236236
@Nullable
237237
private AbstractEconomy economy;
238238
/**
239-
* Whether or not to limit players shop amounts
239+
* Whether to limit players shop amounts
240240
*/
241241
private boolean limit = false;
242242
@Nullable

0 commit comments

Comments
 (0)