trivial documentation fix

This commit is contained in:
Robin 2016-01-04 12:39:10 -06:00
parent ebccea6bb0
commit 0961c0b703
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ A count aggregator at ingestion time can be used to count the number of events i
that when you query for this metric, you should use a `longSum` aggregator. A `count` aggregator at query time will return
the number of Druid rows for the time interval, which can be used to determine what the roll-up ratio was.
To clarify with an example, if you ingestion spec contains:
To clarify with an example, if your ingestion spec contains:
```
...