Skip to content

Commit 6534dd7

Browse files
Merge pull request #3 from qm3ster/patch-1
typo
2 parents f1adf58 + 8ab612f commit 6534dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kdl/jik.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ proc toJArray(node: KdlNode): JsonNode =
177177
result.add child.toJson
178178

179179
proc toJson*(node: KdlNode): JsonNode =
180-
## Converts node into its XML representation.
180+
## Converts node into its JSON representation.
181181

182182
case node.jsonKind
183183
of JArray:

0 commit comments

Comments
 (0)