diff --git a/modules/querying/pages/accumulators.adoc b/modules/querying/pages/accumulators.adoc index 5a53aa4f..cd40fe62 100644 --- a/modules/querying/pages/accumulators.adoc +++ b/modules/querying/pages/accumulators.adoc @@ -1440,7 +1440,7 @@ MapAccum maxs>> MapAccum, INT> # illegal ---- -. GroupByAccum: All accumulator types, except for HeapAccum, can be nested within GroupByAccum as the accumulator type. For example: +. GroupByAccum: All accumulator types can be nested within GroupByAccum as the accumulator type. For example: + [source,text] ----