Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve wording
  • Loading branch information
zoffixznet committed Jun 18, 2016
1 parent 7ccc1ec commit ff8a09a
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 ff8a09a

Please sign in to comment.