Skip to content

Commit dd20d4c

Browse files
authored
Fix typo in GetTagItem() summary (#9812)
1 parent 9d4c7f8 commit dd20d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics/Activity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ Normally if the <xref:System.Diagnostics.Activity.ParentId> is defined, its form
862862
</Parameters>
863863
<Docs>
864864
<param name="key">The tag key string.</param>
865-
<summary>Returns the value of the Activity tag mapped to the input key/&gt;.
865+
<summary>Returns the value of the Activity tag mapped to the input key.
866866
Returns <see langword="null" /> if that key does not exist.</summary>
867867
<returns>The tag value mapped to the input key.</returns>
868868
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)