diff --git a/src/main/java/com/sk89q/worldedit/regions/Region.java b/src/main/java/com/sk89q/worldedit/regions/Region.java index 94b3c1c05..1eb179f0d 100644 --- a/src/main/java/com/sk89q/worldedit/regions/Region.java +++ b/src/main/java/com/sk89q/worldedit/regions/Region.java @@ -106,7 +106,7 @@ public interface Region extends Iterable, Cloneable { public void shift(Vector change) throws RegionOperationException; /** - * Returns true based on whether the region contains the point, + * Returns true based on whether the region contains the point. * * @param pt * @return