Skip to content

Commit 94b889e

Browse files
committed
Fix a ;; index again (use C<<;;>>)
1 parent 93cdcb6 commit 94b889e

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.
454+
separate them with a double semi-colon X<C<<;;>>|;;>.
455455
456456
multi sub f(Int $i, Str $s;; :$b) { dd $i, $s, $b };
457457
f(10, 'answer');

0 commit comments

Comments
 (0)