Skip to content

Commit bba51a8

Browse files
authored
Fix ToHexString typos (#4544)
Changes hecxadecimal to hexadecimal.
1 parent 4f6df3f commit bba51a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.Diagnostics/ActivitySpanId.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ The characters in <paramref name="idData" /> are not all lower-case hexadecimal
342342
<Parameters />
343343
<Docs>
344344
<summary>Returns a 16-character hexadecimal string that represents this span ID.</summary>
345-
<returns>The 16-character hecxadecimal string representation of this span ID.</returns>
345+
<returns>The 16-character hexadecimal string representation of this span ID.</returns>
346346
<remarks>To be added.</remarks>
347347
</Docs>
348348
</Member>

xml/System.Diagnostics/ActivityTraceId.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The characters in <paramref name="idData" /> are not all lower-case hexadecimal
368368
<Parameters />
369369
<Docs>
370370
<summary>Returns a 32-character hexadecimal string that represents this trace ID.</summary>
371-
<returns>The 32-character hecxadecimal string representation of this trace ID.</returns>
371+
<returns>The 32-character hexadecimal string representation of this trace ID.</returns>
372372
<remarks>To be added.</remarks>
373373
</Docs>
374374
</Member>

0 commit comments

Comments
 (0)