Skip to content

Commit

Permalink
Add list method in Map documentation.
Browse files Browse the repository at this point in the history
Updates #2632
  • Loading branch information
lukasvalle committed May 19, 2019
1 parent 298ceb1 commit 2b70f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/Type/Map.pod6
Expand Up @@ -193,7 +193,6 @@ Returns a C<List> of all keys and values in the Map.
my $m = Map.new('a' => (2, 3), 'b' => 17);
say $m.list; # OUTPUT: «(b => 17 a => (2 3))␤»
=head2 method sort
Defined as:
Expand Down

0 comments on commit 2b70f1f

Please sign in to comment.