authorgravatar for jwmerrill@gmail.comJason Merrill <jwmerrill@gmail.com> 2020-05-12 19:11:05-07:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2020-05-12 19:11:05-07:00
log706311cad9feff5d8bdf70c6775813f096ea1a85
tree324b7a80b2950efb78fdce8abb214cd5a81f4c5f
parent80d0c2f166311c82ddb48c093df508c063973d02
signature Signed by PGP key 4AEE18F83AFDEB23

Fix comment typo RFC8529 -> RFC8259

Ref: https://tools.ietf.org/html/rfc8259

1 files changed, 1 insertions(+), 1 deletions(-)

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