Skip to content

Commit bfba967

Browse files
authored
DOCSP-27106 adds missing comma, fixing json snippet (#2372)
1 parent 22922ff commit bfba967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/index-wildcard.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ arrays:
6262
{
6363
"product_name" : "Spy Coat",
6464
"product_attributes" : {
65-
"material" : [ "Tweed", "Wool", "Leather" ]
65+
"material" : [ "Tweed", "Wool", "Leather" ],
6666
"size" : {
6767
"length" : 72,
6868
"units" : "inches"

0 commit comments

Comments
 (0)