Skip to content

Commit 446cd69

Browse files
Update src/reference/v8.json
1 parent b30dbf5 commit 446cd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/v8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7999,7 +7999,7 @@
79997999
"type": "array",
80008000
"value": "interpolation_name",
80018001
"minimum": 1,
8002-
"doc": "An interpolation defines a function that can be used for transitioning between style properties or feature filters. The first element of an interpolation array is a string naming the interpolation operator, e.g. `\\\"linear\\\"` or `\\\"exponential\\\"`. Elements that follow (if any) are the _arguments_ to the interpolation."
8002+
"doc": "An interpolation defines how to transition between items. The first element of an interpolation array is a string naming the interpolation operator, e.g. `\\\"linear\\\"` or `\\\"exponential\\\"`. Elements that follow (if any) are the _arguments_ to the interpolation."
80038003
},
80048004
"interpolation_name": {
80058005
"doc": "First element in an interpolation array. May be followed by a number of arguments.",

0 commit comments

Comments
 (0)