From b75008292506d49f2641550457354267e11e1116 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 15 Apr 2018 23:55:54 +0100 Subject: Fix docs in json module after #7537 --- lib/pure/json.nim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/pure') diff --git a/lib/pure/json.nim b/lib/pure/json.nim index 1de52bc1a..6740f483d 100644 --- a/lib/pure/json.nim +++ b/lib/pure/json.nim @@ -958,7 +958,9 @@ proc `{}`*(node: JsonNode, keys: varargs[string]): JsonNode = ## Traverses the node and gets the given value. If any of the ## keys do not exist, returns ``nil``. Also returns ``nil`` if one of the ## intermediate data structures is not an object. - ## Can be used to create tree structures on the fly (sometimes called `autovivification`:idx:): + ## + ## This proc can be used to create tree structures on the + ## fly (sometimes called `autovivification`:idx:): ## ## .. code-block:: nim ## myjson{"parent", "child", "grandchild"} = newJInt(1) -- cgit 1.4.1-2-gfad0