summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-08 13:55:10 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-08 13:55:10 +0000
commit909d3584146afe1fd37117a105b47df9387f1c8d (patch)
tree86341745adbb84ede993777fe340b724f19b59b6
parent0d08311d2e192a9cb0de805a9fa7e233f5275309 (diff)
Update website
-rw-r--r--manual/index.html2
-rw-r--r--manual/v1.7/index.html2
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.</p>
that the former simply forms an array from all the values of
<code>($x|f)</code> for each value, $x, in the input array or object,
but <code>map_values(f)</code> only uses <code>first($x|f)</code>.</p>
-<p>Specifically, for object inputs, <code>map_value(f)</code> constructs
+<p>Specifically, for object inputs, <code>map_values(f)</code> constructs
the output object by examining in turn the value of
<code>first(.[$k]|f)</code> 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.</p>
that the former simply forms an array from all the values of
<code>($x|f)</code> for each value, $x, in the input array or object,
but <code>map_values(f)</code> only uses <code>first($x|f)</code>.</p>
-<p>Specifically, for object inputs, <code>map_value(f)</code> constructs
+<p>Specifically, for object inputs, <code>map_values(f)</code> constructs
the output object by examining in turn the value of
<code>first(.[$k]|f)</code> for each key, $k, of the input. If this
expression produces no values, then the corresponding key