Skip to content

Commit

Permalink
Forgot a C<>
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed Jun 3, 2016
1 parent bcf70e6 commit 2727eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Mu.pod
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A more idiomatic way to do this is to use the smartmatch operator L<~~|/routine/
method does(Mu $type) returns Bool:D
Returns True if and only if the invocant conforms to type C<$type>.
Returns C<True> if and only if the invocant conforms to type C<$type>.
my $d = Date.new('2016-06-03');
say $d.does(Dateish); # True (Date does role Dateish)
Expand Down

0 comments on commit 2727eab

Please sign in to comment.