summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
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 /jq.1.prebuilt
parentc95f6ce700a8541d5a7f063d4699b85ac083c29f (diff)
typo contruct->construct (#3017)
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt2
1 files changed, 1 insertions, 1 deletions
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
.