From 2c03a50dd21f85de7c3144a403239ee9fbba6bee Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Thu, 1 Aug 2024 13:16:46 +0200 Subject: [PATCH] Docfix --- common/src/main/java/mb/common/region/Region.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *