diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index aee1ed47f6..9f74a6fe95 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