commit ff17b11692f6a87b55470b7fc03babd382460886 (tree) parent 94c63f31f2775fed9402ebe9c1155e38300b3641 Author: Marcius <marciusdasilva51@gmail.com> Date: Wed, 27 Dec 2023 21:23:17 +0000 refact: rectifified a typo in docs of stringify.zig Diffstat:
| M | lib/std/json/stringify.zig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/json/stringify.zig b/lib/std/json/stringify.zig @@ -148,7 +148,7 @@ pub fn writeStreamArbitraryDepth( /// Writes JSON ([RFC8259](https://tools.ietf.org/html/rfc8259)) formatted data /// to a stream. /// -/// The seqeunce of method calls to write JSON content must follow this grammar: +/// The sequence of method calls to write JSON content must follow this grammar: /// ``` /// <once> = <value> /// <value> =