Skip to content

Commit 6bbf574

Browse files
committed
Update Polyfill_Encoding_GetByteCount.cs
1 parent 298c04b commit 6bbf574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Polyfill/Polyfill_Encoding_GetByteCount.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ static partial class Polyfill
1717
/// <summary>
1818
/// Calculates the number of bytes produced by encoding the characters in the specified character span.
1919
/// </summary>
20-
/// <param name="encoding"></param>
2120
/// <param name="chars">The span of characters to encode.</param>
2221
/// <returns>The number of bytes produced by encoding the specified character span.</returns>
2322
//Link: https://learn.microsoft.com/en-us/dotnet/api/system.text.encoding.getbytecount#system-text-encoding-getbytecount(system-readonlyspan((system-char)))

0 commit comments

Comments
 (0)