Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to make Supply.tap signature clearer, RabidGravy++
  • Loading branch information
moritz committed Mar 30, 2015
1 parent 8e3bc38 commit 5c1a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Type/Supply.pod
Expand Up @@ -60,7 +60,7 @@ tend to return I<on demand> supplies.
=head2 method tap
method tap(Supply:D: &emit=-> $_ { },
method tap(Supply:D: &emit = -> $ { },
:&done,
:&quit={ die $_ },
:&closing,
Expand Down

1 comment on commit 5c1a589

@jonathanstowe
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, the lack of whitespace made it look to my uninitiated eye as if was some novel syntax rather than a default value

Please sign in to comment.