From 0961c0b70380509ff01c8efc52cb338bd0ad9771 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 4 Jan 2016 12:39:10 -0600 Subject: [PATCH] trivial documentation fix --- docs/content/ingestion/schema-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/ingestion/schema-design.md b/docs/content/ingestion/schema-design.md index 6949612e74d..ecf1ec64fad 100644 --- a/docs/content/ingestion/schema-design.md +++ b/docs/content/ingestion/schema-design.md @@ -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: ``` ...