Skip to content

Commit 4f76115

Browse files
authored
Remove redundant item closing tag from dotpoint list (#11600)
1 parent e494b59 commit 4f76115

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
@@ -1878,7 +1878,7 @@ Calling the `Start` method does the following:
18781878
- Sets <xref:System.Diagnostics.Activity.Parent> to hold <xref:System.Diagnostics.Activity.Current>.
18791879
- Sets <xref:System.Diagnostics.Activity.Current> to this <xref:System.Diagnostics.Activity>.
18801880
- If <xref:System.Diagnostics.Activity.StartTimeUtc> was not set previously, sets it to <xref:System.DateTime.UtcNow?displayProperty=nameWithType>.
1881-
- Generates a unique <xref:System.Diagnostics.Activity.Id> for this activity.</item>
1881+
- Generates a unique <xref:System.Diagnostics.Activity.Id> for this activity.
18821882
18831883
Use <xref:System.Diagnostics.DiagnosticSource.StartActivity%2A?displayProperty=nameWithType> to start the <xref:System.Diagnostics.Activity> and write the start event.
18841884

0 commit comments

Comments
 (0)