File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ it is important to understand that there are more useful OOP concepts. When
506
506
reaching for multiple inheritance it is good practice to consider whether
507
507
the design wouldn't be better realized by using roles, which are generally
508
508
safer because they force the class author to explicitly resolve conflicting
509
- method names. For more information on roles see A < sec:roles > .
509
+ method names. For more information on roles see L < Roles|/language/objects#Roles > .
510
510
511
511
= head1 Introspection
512
512
Original file line number Diff line number Diff line change @@ -513,7 +513,9 @@ order:
513
513
}
514
514
}
515
515
516
- = head1 X < Roles|declarator,role >
516
+ = head1 Roles
517
+
518
+ X < Roles|declarator,role >
517
519
518
520
Roles are in some ways similar to classes, in that they are a collection of
519
521
attributes and methods. They differ in that roles are also meant for
You can’t perform that action at this time.
0 commit comments