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>",