From 5a98fcf5b92bb4790ee1181ace6433ed35f852b2 Mon Sep 17 00:00:00 2001 From: Igal Levy Date: Thu, 6 Nov 2014 11:18:30 -0800 Subject: [PATCH] typo: s/metric_value/metric_name/ and added quotes --- docs/content/TopNMetricSpec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/TopNMetricSpec.md b/docs/content/TopNMetricSpec.md index 7edbb2f558d..978c80b5005 100644 --- a/docs/content/TopNMetricSpec.md +++ b/docs/content/TopNMetricSpec.md @@ -11,7 +11,7 @@ The topN metric spec specifies how topN values should be sorted. The simplest metric specification is a String value indicating the metric to sort topN results by. They are included in a topN query with: ```json -"metric": +"metric": "" ``` The metric field can also be given as a JSON object. The grammar for dimension values sorted by numeric value is shown below: