From 706311cad9feff5d8bdf70c6775813f096ea1a85 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 12 May 2020 19:11:05 -0700 Subject: Fix comment typo RFC8529 -> RFC8259 Ref: https://tools.ietf.org/html/rfc8259 --- lib/std/json.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std') diff --git a/lib/std/json.zig b/lib/std/json.zig index 74f384946b..fc205d2279 100644 --- a/lib/std/json.zig +++ b/lib/std/json.zig @@ -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 { -- cgit v1.2.3