This commit is contained in:
ZeBobo5 2020-06-17 15:50:31 +02:00 committed by GitHub
parent d1ae0e6e3e
commit b8d090b983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ namespace Microsoft.Net.Http.Headers
if (HttpRuleParser.GetTokenLength(value, 0) != value.Length)
{
throw new FormatException(string.Format(CultureInfo.InvariantCulture, "Invalid token '{0}.", value));
throw new FormatException(string.Format(CultureInfo.InvariantCulture, "Invalid token '{0}'.", value));
}
}