Added comment to the TopK describing output order of equal elements (#4381)

* Added comment to the TopK describing output order of equal elements

* Fixed typo
This commit is contained in:
Evgeny Lazarev 2021-02-17 15:53:36 +03:00 committed by GitHub
parent 563425ce41
commit f1d86b1455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,8 @@ Sorting and minimum/maximum are controlled by `sort` and `mode` attributes:
* *mode*=`min`, *sort*=`index` - ascending by index
* *mode*=`min`, *sort*=`none` - undefined
If there are several elements with the same value then their output order is not determined.
**Example**
```xml

View File

@ -75,6 +75,8 @@ Sorting and minimum/maximum are controlled by `sort` and `mode` attributes:
* *mode*=`min`, *sort*=`index` - ascending by index
* *mode*=`min`, *sort*=`none` - undefined
If there are several elements with the same value then their output order is not determined.
**Example**
```xml