File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ Creates a supply that only emits values from the given supply if they are
775
775
larger than any value seen before. In other words, from a continuously
776
776
ascending supply it will emit all the values. From a continuously descending
777
777
supply it will only emit the first value. The optional parameter specifies
778
- the comparator, just as with L < Any.max|/type/Any#method_max > .
778
+ the comparator, just as with L < Any.max|/type/Any#routine_max > .
779
779
780
780
= head2 method min
781
781
@@ -785,15 +785,15 @@ Creates a supply that only emits values from the given supply if they are
785
785
smaller than any value seen before. In other words, from a continuously
786
786
descending supply it will emit all the values. From a continuously ascending
787
787
supply it will only emit the first value. The optional parameter specifies
788
- the comparator, just as with L < Any.min|/type/Any#method_min > .
788
+ the comparator, just as with L < Any.min|/type/Any#routine_min > .
789
789
790
790
= head2 method minmax
791
791
792
792
method minmax(Supply:D: &custom-routine-to-use = &infix:<cmp> --> Supply:D)
793
793
794
794
Creates a supply that emits a Range every time a new minimum or maximum
795
795
values is seen from the given supply. The optional parameter specifies
796
- the comparator, just as with L < Any.minmax|/type/Any#method_minmax > .
796
+ the comparator, just as with L < Any.minmax|/type/Any#routine_minmax > .
797
797
798
798
= head2 method skip
799
799
You can’t perform that action at this time.
0 commit comments