Commit ff17b11692

Marcius <marciusdasilva51@gmail.com>
2023-12-27 22:23:17
refact: rectifified a typo in docs of stringify.zig
1 parent 94c63f3
Changed files (1)
lib
std
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> =