Skip to content

Commit e236225

Browse files
committed
Clarify description in NEWS.md
1 parent 33aef13 commit e236225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ New library functions
9494
* New function `insorted` for determining whether an element is in a sorted collection or not ([#37490]).
9595
* New function `Base.rest` for taking the rest of a collection, starting from a specific
9696
iteration state, in a generic way ([#37410]).
97-
* New function `isgreater(a, b)` defines a descending total order where unorderable values and missing are ordered smaller than any regular value.
97+
* New function `isgreater(a, b)` defines a descending total order where `missing` and normally unordered values, such as `NaN`, are ordered smaller than any regular value.
9898
* Two argument methods `findmax(f, domain)`, `argmax(f, domain)` and the corresponding `min` versions ([#27613]).
9999

100100
New library features

0 commit comments

Comments
 (0)