Skip to content

Commit 0869341

Browse files
clownpriestandrewrk
authored andcommittedJun 1, 2018
fix typo (#1034)
·
0.15.20.3.0
1 parent 3918e76 commit 0869341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎std/json.zig‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const u256 = @IntType(false, 256);
1010

1111
// A single token slice into the parent string.
1212
//
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.
1414
pub const Token = struct {
1515
id: Id,
1616
// How many bytes do we skip before counting

0 commit comments

Comments
 (0)
Please sign in to comment.