Skip to content

Commit 44b89a9

Browse files
authored
minor typo fix in comments for UTF8.cs
1 parent cdacbcd commit 44b89a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UTF8.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class UTF8
1414
/// <summary>
1515
/// Given an input buffer <paramref name="pInputBuffer"/> of byte length <paramref name="inputLength"/>,
1616
/// returns a pointer to where the first invalid data appears in <paramref name="pInputBuffer"/>.
17-
/// The parameter <paramref name="Utf16CodeUnitCountAdjustment"/> is set according to the content of the valid UTF-8 characters encountered, counting -1 for each 2-byte character, -2 for each 3-byte character, and -3 for each 4-byte character.
17+
/// The parameter <paramref name="Utf16CodeUnitCountAdjustment"/> is set according to the content of the valid UTF-8 characters encountered, counting -1 for each 2-byte character, -2 for each 3-byte and 4-byte characters.
1818
/// The parameter <paramref name="ScalarCodeUnitCountAdjustment"/> is set according to the content of the valid UTF-8 characters encountered, counting -1 for each 4-byte character.
1919
/// </summary>
2020
/// <remarks>

0 commit comments

Comments
 (0)