Skip to content

Commit

Permalink
[subs] make that parameter named
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 29, 2010
1 parent 7c843c4 commit 971d45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subs-n-sigs.pod
Expand Up @@ -308,7 +308,7 @@ mandatory.

=begin programlisting

sub design-ice-cream-mixture($name!, $base = 'Vanilla', @mixins) {
sub design-ice-cream-mixture(:$name!, $base = 'Vanilla', @mixins) {
say "Creating a new recipe named $name!"
}

Expand Down

0 comments on commit 971d45f

Please sign in to comment.