From e7d37983c42e3783cebe3346d65b9b887e3bdbc8 Mon Sep 17 00:00:00 2001 From: Alanscut Date: Fri, 3 Jan 2020 14:57:41 +0800 Subject: outputing -> outputting --- docs/content/manual/manual.yml | 2 +- docs/content/manual/v1.5/manual.yml | 2 +- docs/content/manual/v1.6/manual.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index b0f26af3..d4af555a 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -113,7 +113,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"]`. diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml index dd00bc60..862c617d 100644 --- a/docs/content/manual/v1.5/manual.yml +++ b/docs/content/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"]`. diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml index 1941e927..89d5a0b1 100644 --- a/docs/content/manual/v1.6/manual.yml +++ b/docs/content/manual/v1.6/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"]`. -- cgit v1.2.3