mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 10:01:39 +00:00
Fixed typo
This commit is contained in:
@@ -951,7 +951,7 @@ proc pretty*(node: JsonNode, indent = 2): string =
|
|||||||
|
|
||||||
proc toUgly*(result: var string, node: JsonNode) =
|
proc toUgly*(result: var string, node: JsonNode) =
|
||||||
## Converts `node` to its JSON Representation, without
|
## Converts `node` to its JSON Representation, without
|
||||||
## regard for human redability.
|
## regard for human readability.
|
||||||
var comma = false
|
var comma = false
|
||||||
case node.kind:
|
case node.kind:
|
||||||
of JArray:
|
of JArray:
|
||||||
|
|||||||
Reference in New Issue
Block a user