Skip to content

Commit

Permalink
fix typo (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
clownpriest authored and andrewrk committed Jun 1, 2018
1 parent 3918e76 commit 0869341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/json.zig
Expand Up @@ -10,7 +10,7 @@ const u256 = @IntType(false, 256);

// A single token slice into the parent string.
//
// Use `token.slice()` on the inptu at the current position to get the current slice.
// Use `token.slice()` on the input at the current position to get the current slice.
pub const Token = struct {
id: Id,
// How many bytes do we skip before counting
Expand Down

0 comments on commit 0869341

Please sign in to comment.