Skip to content

Commit

Permalink
Revert "Fix a ;; index again (use C<<;;>>)"
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Aug 19, 2016
1 parent 6d26699 commit ec8929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Signature.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ X<|Long Names>
=head2 Long Names
To exclude certain parameters from being considered in multiple dispatch,
separate them with a double semi-colon X<C<<;;>>|;;>.
separate them with a double semi-colon.
multi sub f(Int $i, Str $s;; :$b) { dd $i, $s, $b };
f(10, 'answer');
Expand Down

0 comments on commit ec8929a

Please sign in to comment.