| author | |
| committer | |
| log | ff17b11692f6a87b55470b7fc03babd382460886 |
| tree | a4a8f0687aadbf73ff5dbe733f5e0bb4359064a0 |
| parent | 94c63f31f2775fed9402ebe9c1155e38300b3641 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/json/stringify.zig+1-1| ... | ... | @@ -148,7 +148,7 @@ pub fn writeStreamArbitraryDepth( |
| 148 | 148 | /// Writes JSON ([RFC8259](https://tools.ietf.org/html/rfc8259)) formatted data |
| 149 | 149 | /// to a stream. |
| 150 | 150 | /// |
| 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: | |
| 152 | 152 | /// ``` |
| 153 | 153 | /// <once> = <value> |
| 154 | 154 | /// <value> = |