Skip to content

Commit addfb27

Browse files
jbrainsemanuele6
authored andcommitted
Fix typo in documentation for map_values (jqlang#3035)
* Fix typo in documentation for map_values "map_value(f)" -> "map_values(f)" * map_value => map_values also in the devolpment manual --------- Co-authored-by: Emanuele Torre <[email protected]>
1 parent 7c0d230 commit addfb27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/content/manual/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ sections:
10071007
`($x|f)` for each value, $x, in the input array or object,
10081008
but `map_values(f)` only uses `first($x|f)`.
10091009
1010-
Specifically, for object inputs, `map_value(f)` constructs
1010+
Specifically, for object inputs, `map_values(f)` constructs
10111011
the output object by examining in turn the value of
10121012
`first(.[$k]|f)` for each key, $k, of the input. If this
10131013
expression produces no values, then the corresponding key

docs/content/manual/v1.7/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ sections:
10071007
`($x|f)` for each value, $x, in the input array or object,
10081008
but `map_values(f)` only uses `first($x|f)`.
10091009
1010-
Specifically, for object inputs, `map_value(f)` constructs
1010+
Specifically, for object inputs, `map_values(f)` constructs
10111011
the output object by examining in turn the value of
10121012
`first(.[$k]|f)` for each key, $k, of the input. If this
10131013
expression produces no values, then the corresponding key

jq.1.prebuilt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)