authorgravatar for marciusdasilva51@gmail.comMarcius <marciusdasilva51@gmail.com> 2023-12-27 21:23:17+00:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-12-28 00:06:30+02:00
logff17b11692f6a87b55470b7fc03babd382460886
treea4a8f0687aadbf73ff5dbe733f5e0bb4359064a0
parent94c63f31f2775fed9402ebe9c1155e38300b3641

refact: rectifified a typo in docs of stringify.zig


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/json/stringify.zig+1-1
......@@ -148,7 +148,7 @@ pub fn writeStreamArbitraryDepth(
148148/// Writes JSON ([RFC8259](https://tools.ietf.org/html/rfc8259)) formatted data
149149/// to a stream.
150150///
151/// The seqeunce of method calls to write JSON content must follow this grammar:
151/// The sequence of method calls to write JSON content must follow this grammar:
152152/// ```
153153/// <once> = <value>
154154/// <value> =