Skip to content

Commit 6149bc6

Browse files
authored
Fix summary on Diagnostics.Activity.RootId (#10281)
Fixes #10205
1 parent 77eeaa3 commit 6149bc6

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
@@ -1299,7 +1299,7 @@ If the <xref:System.Diagnostics.Activity.ParentId?displayProperty=nameWithType>
12991299
</ReturnValue>
13001300
<Docs>
13011301
<summary>Gets the root ID of this <see cref="T:System.Diagnostics.Activity" />.</summary>
1302-
<value>The root ID, or <see langword="null" /> if the current instance has either a <see cref="P:System.Diagnostics.Activity.ParentId" /> or an <see cref="P:System.Diagnostics.Activity.Id" />.</value>
1302+
<value>The root ID, or <see langword="null" /> if the current instance has neither <see cref="P:System.Diagnostics.Activity.ParentId" /> nor <see cref="P:System.Diagnostics.Activity.Id" />.</value>
13031303
<remarks>
13041304
<format type="text/markdown"><![CDATA[
13051305

0 commit comments

Comments
 (0)