| ... | @@ -148,7 +148,7 @@ pub fn writeStreamArbitraryDepth( | ... | @@ -148,7 +148,7 @@ pub fn writeStreamArbitraryDepth( |
| 148 | /// Writes JSON ([RFC8259](https://tools.ietf.org/html/rfc8259)) formatted data | 148 | /// Writes JSON ([RFC8259](https://tools.ietf.org/html/rfc8259)) formatted data |
| 149 | /// to a stream. | 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 | /// <once> = <value> | 153 | /// <once> = <value> |
| 154 | /// <value> = | 154 | /// <value> = |