authorgravatar for clownpriest@gmail.comArthur Elliott <clownpriest@gmail.com> 2018-06-01 12:23:07-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-06-01 12:23:07-04:00
log08693411d26daefcda327199641c5d32f82f9827
tree05a8d0d1ccdc1437027ced8f91a319f684deab06
parent3918e7699db07540d59aeef7728e5dff54d9e874

fix typo (#1034)


1 files changed, 1 insertions(+), 1 deletions(-)

std/json.zig+1-1
...@@ -10,7 +10,7 @@ const u256 = @IntType(false, 256);...@@ -10,7 +10,7 @@ const u256 = @IntType(false, 256);
1010
11// A single token slice into the parent string.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.
14pub const Token = struct {14pub const Token = struct {
15 id: Id,15 id: Id,
16 // How many bytes do we skip before counting16 // How many bytes do we skip before counting