Skip to content

Commit 63780ae

Browse files
v-maudelguardrex
authored andcommitted
L166242: removing extra comma (dotnet#16658)
1 parent 7b8d41f commit 63780ae

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/web-api/jsonpatch/samples/2.2/JSON

1 file changed

+2
-2
lines changed

aspnetcore/web-api/jsonpatch/samples/2.2/JSON/remove.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
},
66
{
77
"op": "remove",
8-
"path": "/orders/0",
8+
"path": "/orders/0"
99
}
10-
]
10+
]

0 commit comments

Comments
 (0)