From 6bb4b46f321436be17c1c5754bafb979a23e22ff Mon Sep 17 00:00:00 2001 From: Arthur Elliott Date: Fri, 1 Jun 2018 12:17:55 -0400 Subject: [PATCH] fix typo --- std/json.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/json.zig b/std/json.zig index c8aef7688b9a..71673ad20fd0 100644 --- a/std/json.zig +++ b/std/json.zig @@ -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