From d629e9eecb4fdbbb2272dc87d91ddaa9ca047bbc Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Sat, 11 Jun 2022 14:42:16 +0100 Subject: [PATCH] Fix typo --- Core/src/main/java/com/plotsquared/core/plot/PlotArea.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java index b51cb1c55..c92c887e2 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java @@ -965,7 +965,7 @@ public abstract class PlotArea { } /** - * Merge a list of plots together. This is non-blocking for the world-changes that will be made. To run a tasks when the + * Merge a list of plots together. This is non-blocking for the world-changes that will be made. To run a task when the * world changes are complete, use {@link PlotArea#mergePlots(List, boolean, Runnable)}; * * @param plotIds List of plot IDs to merge