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