Skip to content

Commit

Permalink
Add style-spec note on in type system hint #9373 (#10833)
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser authored Jul 12, 2021
1 parent 0ea6b42 commit edfee83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@
}
},
"in": {
"doc": "Determines whether an item exists in an array or a substring exists in a string.",
"doc": "Determines whether an item exists in an array or a substring exists in a string. In the specific case when the second and third arguments are string literals, you must wrap at least one of them in a [`literal`](#types-literal) expression to hint correct interpretation to the [type system](#type-system).",
"group": "Lookup",
"sdk-support": {
"basic functionality": {
Expand Down

0 comments on commit edfee83

Please sign in to comment.