Skip to content

Commit eb62de0

Browse files
akadkopolyfractal
authored andcommitted
[DOCS] Removed differencies between text and code (#27993)
1 parent f453e46 commit eb62de0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/aggregations/metrics/cardinality-aggregation.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ A `single-value` metrics aggregation that calculates an approximate count of
55
distinct values. Values can be extracted either from specific fields in the
66
document or generated by a script.
77

8-
Assume you are indexing books and would like to count the unique authors that
9-
match a query:
8+
Assume you are indexing store sales and would like to count the unique number of sold products that match a query:
109

1110
[source,js]
1211
--------------------------------------------------

0 commit comments

Comments
 (0)