]> granicus.if.org Git - jq/commitdiff
Fix streaming docs errors (fix #904)
authorNicolas Williams <nico@cryptonector.com>
Fri, 14 Aug 2015 04:38:14 +0000 (23:38 -0500)
committerNicolas Williams <nico@cryptonector.com>
Sun, 16 Aug 2015 04:25:08 +0000 (23:25 -0500)
docs/content/3.manual/manual.yml

index d2df4a391600e01e8b37803032a6fe46f3b7da5d..3af61e65c592b58f280dbdde4155488751e787e7 100644 (file)
@@ -2566,7 +2566,7 @@ sections:
       Several builtins are provided to make handling streams easier.
 
       The examples below use the the streamed form of `[0,[1]]`, which
-      is `[[0],1],[[1,0],2],[[1,0]],[[1]])]`.
+      is `[[0],0],[[1,0],1],[[1,0]],[[1]]`.
 
       Streaming forms include `[<path>, <leaf-value>]` (to indicate any
       scalar value, empty array, or empty object), and `[<path>]` (to