iipc / warc-specifications

Centralised repository for WARC usage specifications.
http://iipc.github.io/warc-specifications/
100 stars 30 forks source link

Minor typo in grammar definition for 'token' #39

Open ato opened 6 years ago

ato commented 6 years ago

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>