Skip to content

Commit 5035c97

Browse files
Fix TypeMapAssemblyTarget xref (remove extra Attribute suffix)
Co-authored-by: AaronRobinsonMSFT <30635565+AaronRobinsonMSFT@users.noreply.github.com>
1 parent 2f0f943 commit 5035c97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.Runtime.InteropServices/TypeMapAssociationAttribute`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Finally, if the trimming tool determines that it's impossible to retrieve a <xre
6262
> Conflicting key/value mappings are not allowed.
6363
6464
> [!NOTE]
65-
> The underlying format of the produced maps is implementation-defined. Different .NET form factors might use different formats. Additionally, it's not guaranteed that the <xref:System.Runtime.InteropServices.TypeMapAttribute%60%601>, <xref:System.Runtime.InteropServices.TypeMapAssociationAttribute%60%601>, and <xref:System.Runtime.InteropServices.TypeMapAssemblyTargetAttribute%60%601> attributes are present in the final image after a trimming tool has been run.
65+
> The underlying format of the produced maps is implementation-defined. Different .NET form factors might use different formats. Additionally, it's not guaranteed that the <xref:System.Runtime.InteropServices.TypeMapAttribute%60%601>, <xref:System.Runtime.InteropServices.TypeMapAssociationAttribute%60%601>, and <xref:System.Runtime.InteropServices.TypeMapAssemblyTarget%60%601> attributes are present in the final image after a trimming tool has been run.
6666
6767
]]></format>
6868
</remarks>

xml/System.Runtime.InteropServices/TypeMapAttribute`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Many of these instructions can be passed a generic parameter. In that case, the
6565
> Conflicting key/value mappings are not allowed.
6666
6767
> [!NOTE]
68-
> The underlying format of the produced maps is implementation-defined. Different .NET form factors might use different formats. Additionally, it's not guaranteed that the <xref:System.Runtime.InteropServices.TypeMapAttribute%60%601>, <xref:System.Runtime.InteropServices.TypeMapAssociationAttribute%60%601>, and <xref:System.Runtime.InteropServices.TypeMapAssemblyTargetAttribute%60%601> attributes are present in the final image after a trimming tool has been run.
68+
> The underlying format of the produced maps is implementation-defined. Different .NET form factors might use different formats. Additionally, it's not guaranteed that the <xref:System.Runtime.InteropServices.TypeMapAttribute%60%601>, <xref:System.Runtime.InteropServices.TypeMapAssociationAttribute%60%601>, and <xref:System.Runtime.InteropServices.TypeMapAssemblyTarget%60%601> attributes are present in the final image after a trimming tool has been run.
6969
7070
]]></format>
7171
</remarks>

0 commit comments

Comments
 (0)