Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed Pair method fmt it was missing the format sting in the signature
  • Loading branch information
grizzlysmit committed Oct 20, 2016
1 parent bd8f673 commit 31cf6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Pair.pod6
Expand Up @@ -84,7 +84,7 @@ I<key> parts, and then compares the I<value> parts if the keys are equal.
Defined as:
multi method fmt(Pair:D:) returns Str:D
multi method fmt(Pair:D: Str:D $format) returns Str:D
Takes a I<format string>, and returns a string the I<key> and I<value>
parts of the C<Pair> formatted. Here's an example:
Expand Down

0 comments on commit 31cf6cb

Please sign in to comment.