summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-11 05:28:27 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-11 05:28:27 +0000
commit7921bfe7d2b42b85e28e5f947ebbcbd788e90df9 (patch)
tree245efef2817fb526aa2e27ca169e4447e340328c
parent6b67eb60c6be8a14c3deec40932d45dd261837fc (diff)
Update website
-rw-r--r--manual/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index 81eb3c35..15a00fe7 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -1981,7 +1981,7 @@ map_values(empty) #=&gt; []</p>
<code>pick(pathexps)</code>
</h3>
- <p>Emit the projection of the input object or array defined by the specified
+ <p>Emit the projection of the input object or array defined by the specified
sequence of path expressions, such that if p is any one of these specifications,
then <code>(. | p)</code> will evaluate to the same value as <code>(. | pick(pathexps) | p)</code>.
For arrays, negative indices and .[m:n] specifications should not be used.</p>