Fixed typo

This commit is contained in:
onionhammer
2015-05-16 11:38:43 -05:00
parent abc8e88c8a
commit edce0ca2ed

View File

@@ -951,7 +951,7 @@ proc pretty*(node: JsonNode, indent = 2): string =
proc toUgly*(result: var string, node: JsonNode) =
## Converts `node` to its JSON Representation, without
## regard for human redability.
## regard for human readability.
var comma = false
case node.kind:
of JArray: