Skip to content

Commit 6a3a554

Browse files
zmiaomike-unearth
authored andcommitted
Fix expression function capital letter (mapbox#9272)
1 parent e2f7293 commit 6a3a554

File tree

1 file changed

+1
-1
lines changed
  • test/integration/expression-tests/within/basic

1 file changed

+1
-1
lines changed

test/integration/expression-tests/within/basic/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"result": "success"
4949
},
5050
"outputs": [false, true, false],
51-
"serialized": ["Within", {
51+
"serialized": ["within", {
5252
"coordinates": [[[0, 0], [0, 5], [5, 5], [5, 0], [0, 0]]],
5353
"type": "Polygon"
5454
}]

0 commit comments

Comments
 (0)