1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Merge commit 'e45f93f85f22c73025830a6bd0b2807263068996'

See #87
This commit is contained in:
Stephen Dolan
2013-05-05 23:58:24 +01:00

View File

@@ -178,7 +178,7 @@ sections:
If you use the `.[foo]` syntax, but omit the index
entirely, it will return *all* of the elements of an
array. Running `.[]` with the input `[1,2,3]` will produce the
numbers as three seperate results, rather than as a single
numbers as three separate results, rather than as a single
array.
examples: