Skip to content

Commit

Permalink
Docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Aug 1, 2024
1 parent 25f2e54 commit 2c03a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/mb/common/region/Region.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public boolean contains(Region region) {
* <p>
* 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 &lt;= offset &lt; end).
* <p>
* When this region is empty, it contains no offsets.
*
Expand Down

0 comments on commit 2c03a50

Please sign in to comment.