Fix minor documentation error (#5851)

Adding a required `,` in the sample JSON
This commit is contained in:
Siddharth Subramanian 2018-06-06 12:51:56 -07:00 committed by Jihoon Son
parent ee45ee6915
commit 37409dc2f4
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ To query for results, the same aggregators "timeMin" and "timeMax" is used.
{
"type": "count",
"name": "count"
}
},
{
"type": "timeMin",
"name": "<output_name of timeMin>",
@ -82,4 +82,4 @@ Then, result has min and max of timestamp, which is finer than query granularity
2015-07-28T00:00:00.000Z B 2 2015-07-28T04:00:00.000Z 2015-07-28T06:00:00.000Z
2015-07-29T00:00:00.000Z A 2 2015-07-29T03:00:00.000Z 2015-07-29T04:00:00.000Z
2015-07-29T00:00:00.000Z C 2 2015-07-29T01:00:00.000Z 2015-07-29T02:00:00.000Z
```
```