Skip to content

Commit 31cf390

Browse files
authored
Feedback from translator (#23120)
"no longer unnecessary" should be "no longer necessary", correct?
1 parent e8088d1 commit 31cf390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/core-libraries/6.0/nullable-ref-type-annotation-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In previous .NET versions, some nullable reference type annotations are incorrec
1313

1414
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.
1515

16-
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.
16+
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.
1717

1818
## Version introduced
1919

0 commit comments

Comments
 (0)