From f06fd1db27035b27aa2fb208fcaf257ab75ccc6f Mon Sep 17 00:00:00 2001 From: Jason Card <18313964+JasonCard@users.noreply.github.com> Date: Thu, 4 Mar 2021 15:39:56 -0800 Subject: [PATCH] Feedback from translator "no longer unnecessary" should be "no longer necessary", correct? --- .../core-libraries/6.0/nullable-ref-type-annotation-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/compatibility/core-libraries/6.0/nullable-ref-type-annotation-changes.md b/docs/core/compatibility/core-libraries/6.0/nullable-ref-type-annotation-changes.md index ce4ac11dbe035..8f067a3b4d9f4 100644 --- a/docs/core/compatibility/core-libraries/6.0/nullable-ref-type-annotation-changes.md +++ b/docs/core/compatibility/core-libraries/6.0/nullable-ref-type-annotation-changes.md @@ -13,7 +13,7 @@ In previous .NET versions, some nullable reference type annotations are incorrec Some of these changes are considered to be *breaking* because they can lead to new build-time warnings. When you migrate to .NET 6.0, code that references these APIs will need to be updated. -Other changes that aren't considered to be breaking are also documented on this page. Any code that references the updated APIs may benefit from removing operators or pragmas that are no longer unnecessary. +Other changes that aren't considered to be breaking are also documented on this page. Any code that references the updated APIs may benefit from removing operators or pragmas that are no longer necessary. ## Version introduced