Skip to content

Commit f276531

Browse files
authored
Fix method name in definition
1 parent 7faaaf9 commit f276531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Map.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Returns a C<Seq> of keys and values interleaved.
177177
178178
Defined as:
179179
180-
multi method kv(Map:D: --> Seq:D)
180+
multi method sort(Map:D: --> Seq:D)
181181
182182
Returns a L<Seq> of L<Pair> objects, which are the pairs of the hash,
183183
sorted by key. Equivalent to C<%hash.sort: *.key>

0 commit comments

Comments
 (0)