From 0171a9eb6029fa326b1439b76ddef2f18f0ab2b7 Mon Sep 17 00:00:00 2001 From: Gijs Kunze Date: Wed, 22 Dec 2021 12:15:05 +0100 Subject: fixes incorrect example in man page --- docs/content/manual/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index aee1ed47..9f74a6fe 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -116,7 +116,7 @@ sections: Parse the input in streaming fashion, outputting arrays of path and leaf values (scalars and empty arrays or empty objects). For example, `"a"` becomes `[[],"a"]`, and `[[],"a",["b"]]` - becomes `[[0],[]]`, `[[1],"a"]`, and `[[1,0],"b"]`. + becomes `[[0],[]]`, `[[1],"a"]`, and `[[2,0],"b"]`. This is useful for processing very large inputs. Use this in conjunction with filtering and the `reduce` and `foreach` syntax -- cgit v1.2.3