From 5e45bce602e25a42c1de99ad94423a07a27c31c0 Mon Sep 17 00:00:00 2001 From: 0xflotus <26602940+0xflotus@users.noreply.github.com> Date: Wed, 3 Oct 2018 18:06:52 +0200 Subject: [PATCH] fixed word 'outputting' in manual.yml v1.5 --- docs/content/3.manual/v1.5/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.manual/v1.5/manual.yml b/docs/content/3.manual/v1.5/manual.yml index b7d0118037..ee5c6b4e36 100644 --- a/docs/content/3.manual/v1.5/manual.yml +++ b/docs/content/3.manual/v1.5/manual.yml @@ -112,7 +112,7 @@ sections: * `--stream`: - Parse the input in streaming fashion, outputing arrays of path + 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"]`.