Fixed Typo in UrlDecoder.cs (#19565)
This commit is contained in:
parent
56fb4b4d2f
commit
648d9e37a9
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Internal
|
||||||
if (destination.Length < source.Length)
|
if (destination.Length < source.Length)
|
||||||
{
|
{
|
||||||
throw new ArgumentException(
|
throw new ArgumentException(
|
||||||
"Lenghth of the destination byte span is less then the source.",
|
"Length of the destination byte span is less then the source.",
|
||||||
nameof(destination));
|
nameof(destination));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue