We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's defined as:
token = 1*<any US-ASCII character> except CTLs or separators>
But presumably the extra > character at the end of the first line shouldn't be there and the definition should read:
>
token = 1*<any US-ASCII character except CTLs or separators>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's defined as:
But presumably the extra
>
character at the end of the first line shouldn't be there and the definition should read:The text was updated successfully, but these errors were encountered: