diff --git a/docs/standard/serialization/system-text-json-immutability.md b/docs/standard/serialization/system-text-json-immutability.md index 60058655261f3..748feee6b179d 100644 --- a/docs/standard/serialization/system-text-json-immutability.md +++ b/docs/standard/serialization/system-text-json-immutability.md @@ -41,7 +41,7 @@ Records in C# 9 are also supported, as shown in the following example: :::code language="csharp" source="snippets/system-text-json-how-to-5-0/csharp/Records.cs"::: -For types that are immutable because all their property setters are non-public, see the following section about [non-public property accessors](#non-public-property-accessors). +For types that are immutable because all their property setters are non-public, see the following section. ::: zone-end ::: zone pivot="dotnet-core-3-1"