Skip to content
New issue

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

Minor typo in grammar definition for 'token' #39

Open
ato opened this issue Jul 9, 2018 · 0 comments
Open

Minor typo in grammar definition for 'token' #39

ato opened this issue Jul 9, 2018 · 0 comments

Comments

@ato
Copy link
Member

ato commented Jul 9, 2018

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant