Skip to content

Commit 1dc94cb

Browse files
authored
Merge pull request #460 from grinn/patch-1
Fix typo in destructuring policy description
2 parents b72ffac + 3597a35 commit 1dc94cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Destructuring means extracting pieces of information from an object and create p
340340
],
341341
```
342342

343-
This is how the first destructuring policy would look like:
343+
This is how the first destructuring policy would look:
344344

345345
```csharp
346346
namespace MyFirstNamespace;

0 commit comments

Comments
 (0)