Browse Source

Corrected aggregation name to match the example (#33786)

ben5556 7 years ago
parent
commit
012b9c7539
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/aggregations/metrics/sum-aggregation.asciidoc

+ 1 - 1
docs/reference/aggregations/metrics/sum-aggregation.asciidoc

@@ -40,7 +40,7 @@ Resulting in:
 --------------------------------------------------
 // TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
 
-The name of the aggregation (`intraday_return` above) also serves as the key by which the aggregation result can be retrieved from the returned response.
+The name of the aggregation (`hat_prices` above) also serves as the key by which the aggregation result can be retrieved from the returned response.
 
 ==== Script