Skip to content

Commit

Permalink
Fix expression function capital letter (mapbox#9272)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiao authored and mike-unearth committed Mar 18, 2020
1 parent e2f7293 commit 6a3a554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/expression-tests/within/basic/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"result": "success"
},
"outputs": [false, true, false],
"serialized": ["Within", {
"serialized": ["within", {
"coordinates": [[[0, 0], [0, 5], [5, 5], [5, 0], [0, 0]]],
"type": "Polygon"
}]
Expand Down

0 comments on commit 6a3a554

Please sign in to comment.