From 4f761159491649567b5c10f2262fbe93e15c36b9 Mon Sep 17 00:00:00 2001 From: Issung Date: Thu, 24 Jul 2025 05:22:17 +1000 Subject: [PATCH] Remove redundant item closing tag from dotpoint list (#11600) --- xml/System.Diagnostics/Activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Diagnostics/Activity.xml b/xml/System.Diagnostics/Activity.xml index d4e7f94ac50..e74cf617b3b 100644 --- a/xml/System.Diagnostics/Activity.xml +++ b/xml/System.Diagnostics/Activity.xml @@ -1878,7 +1878,7 @@ Calling the `Start` method does the following: - Sets to hold . - Sets to this . - If was not set previously, sets it to . -- Generates a unique for this activity. +- Generates a unique for this activity. Use to start the and write the start event.