Skip to content

Commit

Permalink
fixed word 'outputting' in manual.yml v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Oct 3, 2018
1 parent 341a5fc commit 5e45bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.manual/v1.5/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]`.
Expand Down

0 comments on commit 5e45bce

Please sign in to comment.