summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>