From 3597a3513707cc07488abab83ff67735201f87c0 Mon Sep 17 00:00:00 2001 From: Denny Caldwell Date: Wed, 29 Oct 2025 09:49:18 -0400 Subject: [PATCH] Fix typo in destructuring policy description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17d3910..68cc3ee 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ Destructuring means extracting pieces of information from an object and create p ], ``` -This is how the first destructuring policy would look like: +This is how the first destructuring policy would look: ```csharp namespace MyFirstNamespace;