From 909d3584146afe1fd37117a105b47df9387f1c8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Feb 2024 13:55:10 +0000 Subject: Update website --- manual/index.html | 2 +- manual/v1.7/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/index.html b/manual/index.html index 038af524..b2140c24 100644 --- a/manual/index.html +++ b/manual/index.html @@ -2032,7 +2032,7 @@ at all.

that the former simply forms an array from all the values of ($x|f) for each value, $x, in the input array or object, but map_values(f) only uses first($x|f).

-

Specifically, for object inputs, map_value(f) constructs +

Specifically, for object inputs, map_values(f) constructs the output object by examining in turn the value of first(.[$k]|f) for each key, $k, of the input. If this expression produces no values, then the corresponding key diff --git a/manual/v1.7/index.html b/manual/v1.7/index.html index dd096bd9..0909d78b 100644 --- a/manual/v1.7/index.html +++ b/manual/v1.7/index.html @@ -2030,7 +2030,7 @@ at all.

that the former simply forms an array from all the values of ($x|f) for each value, $x, in the input array or object, but map_values(f) only uses first($x|f).

-

Specifically, for object inputs, map_value(f) constructs +

Specifically, for object inputs, map_values(f) constructs the output object by examining in turn the value of first(.[$k]|f) for each key, $k, of the input. If this expression produces no values, then the corresponding key -- cgit v1.2.3