Fix comment typo RFC8529 -> RFC8259

Ref: https://tools.ietf.org/html/rfc8259
This commit is contained in:
Jason Merrill 2020-05-12 19:11:05 -07:00 committed by GitHub
parent 80d0c2f166
commit 706311cad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ pub const Token = union(enum) {
/// they are encountered. No copies or allocations are performed during parsing and the entire
/// parsing state requires ~40-50 bytes of stack space.
///
/// Conforms strictly to RFC8529.
/// Conforms strictly to RFC8259.
///
/// For a non-byte based wrapper, consider using TokenStream instead.
pub const StreamingParser = struct {