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:
Nicolas Williams
2014-07-01 23:32:40 -05:00
parent 9f4d7e2fb8
commit a6030ab374

View File

@@ -815,7 +815,7 @@ sections:
input: '[{"foo": "bar"}, [{"foo": "baz"}]]'
output: ['[{"foo": "bar"}, {"foo": "baz"}]']
- title: "`range(upto), `range(from;upto)`"
- title: "`range(upto)`, `range(from;upto)`"
body: |
The `range` function produces a range of numbers. `range(4;10)`