diff --git a/dotnet/xml/Microsoft.Toolkit.Extensions/ValueTypeExtensions.xml b/dotnet/xml/Microsoft.Toolkit.Extensions/ValueTypeExtensions.xml index 24734bc..fbc3048 100644 --- a/dotnet/xml/Microsoft.Toolkit.Extensions/ValueTypeExtensions.xml +++ b/dotnet/xml/Microsoft.Toolkit.Extensions/ValueTypeExtensions.xml @@ -55,7 +55,7 @@ The hexadecimal representation of (with the '0x' prefix), left-padded to byte boundaries and ordered as big-endian. - As a byte (8 bits) is represented by two hexadecimal digits (each representing a group of 4 bytes), each + As a byte (8 bits) is represented by two hexadecimal digits (each representing a group of 4 bits), each representation will always contain an even number of digits. For instance: Console.WriteLine(1.ToHexString()); // "0x01"