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

fix typo in manual

This commit is contained in:
Simon Elsbrock
2013-02-20 22:38:50 +01:00
parent 925ec3751f
commit e45f93f85f

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: