]> granicus.if.org Git - jq/commitdiff
Fix for #303 in the sources
authorNicolas Williams <nico@cryptonector.com>
Thu, 13 Mar 2014 05:49:56 +0000 (00:49 -0500)
committerNicolas Williams <nico@cryptonector.com>
Thu, 13 Mar 2014 05:57:33 +0000 (00:57 -0500)
docs/content/3.manual/manual.yml

index 8074c1eb3771dbe1c3d025a65b286cf32da74618..c8fcb5fa9ec707f203be8aee0d9d798bdb78a5a1 100644 (file)
@@ -640,7 +640,7 @@ sections:
           otherwise.
 
           It's useful for filtering lists: `[1,2,3] | map(select(. >= 2))`
-          will give you `[3]`.
+          will give you `[2,3]`.
 
         examples:
           - program: 'map(select(. >= 2))'