Fix IUtf8SpanFormattable.TryFormat argument name (#84535)
authorStephen Toub <stoub@microsoft.com>
Sun, 9 Apr 2023 13:58:52 +0000 (09:58 -0400)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2023 13:58:52 +0000 (09:58 -0400)
commit86b48d7c6f081c12dcc9c048fb53de1b78c9966f
tree725cec7bb350afff6b6e8e054a207cb5b0850530
parentef1ba771347dc1d7d626907e4731b8f2e3cf78b3
Fix IUtf8SpanFormattable.TryFormat argument name (#84535)

The approved parameter name was `utf8Destination` rather than just `destination`.
src/libraries/System.Private.CoreLib/src/System/IUtf8SpanFormattable.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/libraries/System.Runtime/tests/System/Text/Unicode/Utf8Tests.TryWrite.cs