Skip to content

Commit 0fe3068

Browse files
committed
Applied suggestion from protomaps#539
1 parent 055ec6b commit 0fe3068

File tree

1 file changed

+1
-1
lines changed
  • tiles/src/main/java/com/protomaps/basemap/feature

1 file changed

+1
-1
lines changed

tiles/src/main/java/com/protomaps/basemap/feature/Matcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public static Expression without(String... arguments) {
155155
* Creates an {@link Expression} that matches when a numeric tag value is within a specified range.
156156
*
157157
* <p>
158-
* The lower bound is inclusive. The upper bound, if provided, is exclusive.
158+
* The lower bound is inclusive. The upper bound is exclusive.
159159
* </p>
160160
*
161161
* <p>

0 commit comments

Comments
 (0)