diff --git a/common/src/main/java/mb/common/region/Region.java b/common/src/main/java/mb/common/region/Region.java index 69ae062..1590545 100644 --- a/common/src/main/java/mb/common/region/Region.java +++ b/common/src/main/java/mb/common/region/Region.java @@ -197,7 +197,7 @@ public boolean contains(Region region) { *
* Note that calling this implementation with an offset is different from calling the other {@link * #contains(Region)} overload with an empty region. In this implementation, an offset is considered to be in a - * region when (start <= offset < end). + * region when (start <= offset < end). *
* When this region is empty, it contains no offsets. *