summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-08-13 23:38:14 -0500
committerNicolas Williams <nico@cryptonector.com>2015-08-15 23:25:08 -0500
commit70335ccd4febd752d92e14fa8042ec2124625560 (patch)
tree6e4b83118c073d40dc8b42d02cfe33b5beafc886
parent4723a173f58b600091bddba4abaecbb35985af75 (diff)
Fix streaming docs errors (fix #904)
-rw-r--r--docs/content/3.manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index d2df4a39..3af61e65 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -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