Skip to content

Commit d4f3a8b

Browse files
authored
rm duplicate paragraph in Language/signatures (#4703)
Removed near-exact duplication of the paragraph explaining the double semicolon in multi-dispatch signatures.
1 parent 988a2c8 commit d4f3a8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/Language/signatures.rakudoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ Another exception is the L<double semicolon C<;;>|/language/Signatures#The_;;_se
142142
which can take the place of one comma in a L<multi|/language/functions#Multi-dispatch> signature
143143
to declare that the subsequent parameters should not contribute to its precedence in multiple dispatch.
144144

145-
A further exception is the L<double semicolon C<;;>|/language/Signatures#The_;;_separator>,
146-
which can be used in L<multi|/language/functions#Multi-dispatch> signatures to declare that all subsequent parameters should not
147-
contribute to its precedence under multiple dispatch.
148-
149145
X<|Language,type constraint>
150146
X<|Language,Constraint>
151147
=head1 Type constraints

0 commit comments

Comments
 (0)