summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-16 22:53:17 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-16 22:53:17 +0000
commit55c395a4e80009f85399d8977c940562db23188f (patch)
tree4813b0b24fab3121689bec21e9fb16a118520a08
parentd32dbef9a04bcda99b796d7d6627d73042a19fb2 (diff)
Update website
-rw-r--r--manual/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/index.html b/manual/index.html
index ac82f73f..c299295a 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -2129,10 +2129,11 @@ map_values(empty) #=&gt; []
<code>pick(pathexps)</code>
<a href="#pick" class="icon-link" aria-label="Link to this section: `pick(pathexps)`"><span class="bi bi-link-45deg" aria-hidden="true"></span></a>
</h3>
- <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>
+ <p>Emit the projection of the input object or array defined by the
+specified sequence of path expressions, such that if <code>p</code> 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 <code>.[m:n]</code> specifications should not be used.</p>
<div class="pb-3">
<button type="button" class="btn btn-sm btn-secondary text-body-secondary bg-transparent link-body-emphasis border-0" data-bs-toggle="collapse" data-bs-target="#example23" aria-expanded="false" aria-controls="example23">
<span class="me-1 d-print-none" aria-hidden="true"><span class="bi bi-chevron-right"></span><span class="bi bi-chevron-down"></span></span>Examples