Skip to content

Commit 331b797

Browse files
committed
Move sentence to correct location
Partial application of PR#4642 schultzdavid++
1 parent 14724ea commit 331b797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ For runtime mixins see L<but|/language/operators#infix_but> and L<does|/language
618618
=head3 Parameterized
619619

620620
Roles can be provided with parameters in-between C<[]> behind a roles name.
621-
X<|Language,Type Capture (role)>L<Type captures|/language/signatures#Type_captures> are supported.
622621

623622
role R[$d] { has $.a = $d };
624623
class C does R["default"] { };
@@ -629,6 +628,7 @@ X<|Language,Type Capture (role)>L<Type captures|/language/signatures#Type_captur
629628

630629
Parameters can have type constraints, C<where> clauses are not supported for
631630
types but can be implemented via L<C<subset>s|#subset>.
631+
X<|Language,Type Capture (role)>L<Type captures|/language/signatures#Type_captures> are supported.
632632

633633
class A {};
634634
class B {};

0 commit comments

Comments
 (0)