| author | |
| committer | |
| log | 706311cad9feff5d8bdf70c6775813f096ea1a85 |
| tree | 324b7a80b2950efb78fdce8abb214cd5a81f4c5f |
| parent | 80d0c2f166311c82ddb48c093df508c063973d02 |
| signature |
Ref: https://tools.ietf.org/html/rfc82591 files changed, 1 insertions(+), 1 deletions(-)
lib/std/json.zig+1-1| ... | ... | @@ -136,7 +136,7 @@ pub const Token = union(enum) { |
| 136 | 136 | /// they are encountered. No copies or allocations are performed during parsing and the entire |
| 137 | 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 | 141 | /// For a non-byte based wrapper, consider using TokenStream instead. |
| 142 | 142 | pub const StreamingParser = struct { |