1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

typo contruct->construct (#3017)

This commit is contained in:
Jonathan Chan Kwan Yin
2024-01-26 05:21:41 +08:00
committed by GitHub
parent c95f6ce700
commit 1daabc67ed
3 changed files with 3 additions and 3 deletions

View File

@@ -568,7 +568,7 @@ sections:
.bar`, produces both the "foo" fields and "bar" fields as
separate outputs.
The `,` operator is one way to contruct generators.
The `,` operator is one way to construct generators.
examples:
- program: '.foo, .bar'

View File

@@ -569,7 +569,7 @@ sections:
.bar`, produces both the "foo" fields and "bar" fields as
separate outputs.
The `,` operator is one way to contruct generators.
The `,` operator is one way to construct generators.
examples:
- program: ".foo, .bar"

2
jq.1.prebuilt generated
View File

@@ -490,7 +490,7 @@ Like \fB\.[]\fR, but no errors will be output if \. is not an array or object\.
If two filters are separated by a comma, then the same input will be fed into both and the two filters\' output value streams will be concatenated in order: first, all of the outputs produced by the left expression, and then all of the outputs produced by the right\. For instance, filter \fB\.foo, \.bar\fR, produces both the "foo" fields and "bar" fields as separate outputs\.
.
.P
The \fB,\fR operator is one way to contruct generators\.
The \fB,\fR operator is one way to construct generators\.
.
.IP "" 4
.