| ... | @@ -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 entire | 136 | /// 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. |
| 142 | pub const StreamingParser = struct { | 142 | pub const StreamingParser = struct { |