mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
Merge pull request #5332 from jwmerrill/patch-1
Fix comment typo RFC8529 -> RFC8259
This commit is contained in:
commit
3715226b9f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user