summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Chan Kwan Yin <sofe2038@gmail.com>2024-01-26 05:21:41 +0800
committerGitHub <noreply@github.com>2024-01-25 22:21:41 +0100
commit1daabc67edcefeadd3a18d12b7d4572d5cdbec07 (patch)
tree37465c094d9fccfa1581179c67162716bb3c3396
parentc95f6ce700a8541d5a7f063d4699b85ac083c29f (diff)
typo contruct->construct (#3017)
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.7/manual.yml2
-rw-r--r--jq.1.prebuilt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 3780e8a0..ff000e97 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -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'
diff --git a/docs/content/manual/v1.7/manual.yml b/docs/content/manual/v1.7/manual.yml
index 513420af..75d4a22a 100644
--- a/docs/content/manual/v1.7/manual.yml
+++ b/docs/content/manual/v1.7/manual.yml
@@ -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"
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index 1720f9a0..d7117d44 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -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
.