Skip to content

Commit 31cf6cb

Browse files
committed
fixed Pair method fmt it was missing the format sting in the signature
1 parent bd8f673 commit 31cf6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Pair.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ I<key> parts, and then compares the I<value> parts if the keys are equal.
8484
8585
Defined as:
8686
87-
multi method fmt(Pair:D:) returns Str:D
87+
multi method fmt(Pair:D: Str:D $format) returns Str:D
8888
8989
Takes a I<format string>, and returns a string the I<key> and I<value>
9090
parts of the C<Pair> formatted. Here's an example:

0 commit comments

Comments
 (0)