Skip to content

Commit 2f5616e

Browse files
Fix typo: 'kthe' -> 'the' in TypeMapAttribute parameter description
Co-authored-by: AaronRobinsonMSFT <30635565+AaronRobinsonMSFT@users.noreply.github.com>
1 parent 645bff5 commit 2f5616e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Many of these instructions can be passed a generic parameter. In that case, the
8888
<Parameter Name="target" Type="System.Type" />
8989
</Parameters>
9090
<Docs>
91-
<param name="value">The string representation of kthe key.</param>
91+
<param name="value">The string representation of the key.</param>
9292
<param name="target">The type value.</param>
9393
<summary>Initializes a new instance of <see cref="T:System.Runtime.InteropServices.TypeMapAttribute`1" />.</summary>
9494
<remarks>This mapping is unconditionally inserted into the type map.</remarks>

0 commit comments

Comments
 (0)