tiny typo

This commit is contained in:
Terence Namusonge
2018-04-25 14:30:54 +02:00
committed by GitHub
parent e931f3b5a9
commit e1cd4bca0e

View File

@@ -721,7 +721,7 @@ proc getBool*(n: JsonNode, default: bool = false): bool =
else: return n.bval
proc getBVal*(n: JsonNode, default: bool = false): bool {.deprecated.} =
## Deprecated - use getBVal instead
## Deprecated - use getBool instead
getBool(n, default)
proc getFields*(n: JsonNode,