Skip to content

Commit 2b70f1f

Browse files
committed
Add list method in Map documentation.
Updates #2632
1 parent 298ceb1 commit 2b70f1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/Type/Map.pod6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ Returns a C<List> of all keys and values in the Map.
193193
my $m = Map.new('a' => (2, 3), 'b' => 17);
194194
say $m.list; # OUTPUT: «(b => 17 a => (2 3))␤»
195195
196-
197196
=head2 method sort
198197
199198
Defined as:

0 commit comments

Comments
 (0)