mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 11:24:08 +00:00
tiny typo
This commit is contained in:
committed by
GitHub
parent
e931f3b5a9
commit
e1cd4bca0e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user