[DOCS] Fixed typo in count function

Original commit: elastic/x-pack-elasticsearch@34c821796b
This commit is contained in:
lcawley 2017-10-11 16:13:45 +01:00
parent 8484680007
commit 723dd49905
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The {xpackml} features include the following count functions:
* xref:ml-count[`count`, `high_count`, `low_count`] * xref:ml-count[`count`, `high_count`, `low_count`]
* xref:ml-nonzero-count[`non_zero_count`, `high_non_zero_count`, `low_non_zero_count`] * xref:ml-nonzero-count[`non_zero_count`, `high_non_zero_count`, `low_non_zero_count`]
* xref:ml-distinct-count[`distinct_count`, high_distinct_count`, `low_distinct_count`] * xref:ml-distinct-count[`distinct_count`, `high_distinct_count`, `low_distinct_count`]
[float] [float]
[[ml-count]] [[ml-count]]