Skip to content

Commit ec8929a

Browse files
authored
Revert "Fix a ;; index again (use C<<;;>>)"
1 parent 6d26699 commit ec8929a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Signature.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ X<|Long Names>
451451
=head2 Long Names
452452
453453
To exclude certain parameters from being considered in multiple dispatch,
454-
separate them with a double semi-colon X<C<<;;>>|;;>.
454+
separate them with a double semi-colon.
455455
456456
multi sub f(Int $i, Str $s;; :$b) { dd $i, $s, $b };
457457
f(10, 'answer');

0 commit comments

Comments
 (0)