Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/perl6/doc
  • Loading branch information
gfldex committed Jun 18, 2016
2 parents aa21b02 + ff8a09a commit 67244e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Signature.pod
Expand Up @@ -429,7 +429,7 @@ L<C<Capture>> method.
X<|Long Names>
=head2 Long Names
To avoid to have some arguments to be considered for multiple dispatch
To exclude certain parameters from being considered in multiple dispatch,
separate them with a double semi-colon.
multi sub f(Int $i, Str $s;; :$b) { dd $i, $s, $b };
Expand Down

0 comments on commit 67244e4

Please sign in to comment.