Skip to content

Commit

Permalink
Fix stringify link in 10-01-json.md (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnp789 authored Jan 12, 2025
1 parent 0366d1b commit 52a51e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book-src/10-01-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Then, we modify the `verified` field to `false` and serialize it back into a JSO
```

[`std.json`]: https://ziglang.org/documentation/0.11.0/std/#A;std:json
[`stringify`]: Shttps://ziglang.org/documentation/0.11.0/std/#A;std:json.stringify
[`stringify`]: https://ziglang.org/documentation/0.11.0/std/#A;std:json.stringify
[`stringifyalloc`]: https://ziglang.org/documentation/0.11.0/std/#A;std:json.stringifyAlloc
[`parsefromslice`]: https://ziglang.org/documentation/0.11.0/std/#A;std:json.parseFromSlice

0 comments on commit 52a51e6

Please sign in to comment.