We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918e76 commit 0869341Copy full SHA for 0869341
std/json.zig
@@ -10,7 +10,7 @@ const u256 = @IntType(false, 256);
10
11
// A single token slice into the parent string.
12
//
13
-// 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.
14
pub const Token = struct {
15
id: Id,
16
// How many bytes do we skip before counting
0 commit comments