| author | |
| committer | |
| log | 08693411d26daefcda327199641c5d32f82f9827 |
| tree | 05a8d0d1ccdc1437027ced8f91a319f684deab06 |
| parent | 3918e7699db07540d59aeef7728e5dff54d9e874 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/json.zig+1-1| ... | ... | @@ -10,7 +10,7 @@ const u256 = @IntType(false, 256); |
| 10 | 10 | |
| 11 | 11 | // A single token slice into the parent string. |
| 12 | 12 | // |
| 13 | // Use `token.slice()` on the inptu at the current position to get the current slice. | |
| 13 | // Use `token.slice()` on the input at the current position to get the current slice. | |
| 14 | 14 | pub const Token = struct { |
| 15 | 15 | id: Id, |
| 16 | 16 | // How many bytes do we skip before counting |