Skip to content

Commit f743848

Browse files
committed
&sort actually returns a Seq, not a List
see https://stackoverflow.com/questions/48488381
1 parent 9292ce5 commit f743848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Any.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Defined as:
135135
multi method sort()
136136
multi method sort(&custom-routine-to-use)
137137
138-
Sorts iterables with L<cmp> or given code object and returns a new L<List>.
138+
Sorts iterables with L<cmp> or given code object and returns a new L<Seq>.
139139
Optionally, takes a L<Callable> as a positional parameter, specifying how to
140140
sort.
141141

0 commit comments

Comments
 (0)