[docs] fix invalid example json (#5547)

https://github.com/druid-io/druid/issues/5546
This commit is contained in:
Dyana Rose 2018-03-28 21:53:38 +01:00 committed by Jihoon Son
parent 50e0e7f97d
commit db508cf3ca
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ The format of the result is:
[ { [ {
"timestamp" : "2013-05-09T18:24:00.000Z", "timestamp" : "2013-05-09T18:24:00.000Z",
"result" : { "result" : {
"maxIngestedEventTime" : "2013-05-09T18:24:09.007Z", "maxIngestedEventTime" : "2013-05-09T18:24:09.007Z"
} }
} ] } ]
``` ```