From 52a51e669e0f2d73391d626f5f50ee2c43dd2426 Mon Sep 17 00:00:00 2001 From: John Pitney Date: Sat, 11 Jan 2025 19:11:02 -0600 Subject: [PATCH] Fix stringify link in 10-01-json.md (#77) --- book-src/10-01-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book-src/10-01-json.md b/book-src/10-01-json.md index 43f0fe2..d6a2455 100644 --- a/book-src/10-01-json.md +++ b/book-src/10-01-json.md @@ -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