Skip to content

Commit 5847ea7

Browse files
authored
Update README.md
Correct JSON for Destructuring example
1 parent a6fe8ec commit 5847ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,13 @@ Destructuring means extracting pieces of information from an object and create p
328328
{
329329
"Name": "With",
330330
"Args": {
331-
"policy": "policy": "MySecondNamespace.SecondDestructuringPolicy, MySecondAssembly"
331+
"policy": "MySecondNamespace.SecondDestructuringPolicy, MySecondAssembly"
332332
}
333333
},
334334
{
335335
"Name": "With",
336336
"Args": {
337-
"policy": "policy": "MyThirdNamespace.ThirdDestructuringPolicy, MyThirdAssembly"
337+
"policy": "MyThirdNamespace.ThirdDestructuringPolicy, MyThirdAssembly"
338338
}
339339
},
340340
],

0 commit comments

Comments
 (0)