Skip to content

Commit e48ef6f

Browse files
authored
docs: fix arg order in array expression example (#1215)
1 parent bbd5361 commit e48ef6f

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
@@ -2998,7 +2998,7 @@
29982998
}
29992999
]
30003000
},
3001-
"example": ["array", ["literal", ["a", "b", "c"]], "string", 3],
3001+
"example": ["array", "string", 3, ["literal", ["a", "b", "c"]]],
30023002
"group": "Types",
30033003
"sdk-support": {
30043004
"basic functionality": {

0 commit comments

Comments
 (0)