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:
parent
563425ce41
commit
f1d86b1455
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user