Skip to content

Commit b660678

Browse files
committed
state that sort returns a new list
1 parent 6caddd5 commit b660678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Any.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Examples:
137137
138138
=head2 method sort
139139
140-
Sorts iterables with C<infix:<cmp>> or given code object.
140+
Sorts iterables with C<infix:<cmp>> or given code object and returns a new C<List>.
141141
142142
Examples:
143143

0 commit comments

Comments
 (0)