Fix minor typo in comment. (#35768)
authorCijo Thomas <cithomas@microsoft.com>
Sun, 3 May 2020 10:33:59 +0000 (03:33 -0700)
committerGitHub <noreply@github.com>
Sun, 3 May 2020 10:33:59 +0000 (06:33 -0400)
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs

index 07f717e..0129c66 100644 (file)
@@ -1472,7 +1472,7 @@ namespace System.Diagnostics
         }
 
         /// <summary>
-        /// Returns the TraceId as a 16 character hexadecimal string.
+        /// Returns the SpanId as a 16 character hexadecimal string.
         /// </summary>
         /// <returns></returns>
         public string ToHexString()