Skip to content

Commit cee601a

Browse files
authored
Fix False-positives on “Perl 6 Types” page(dirty)
1 parent d333643 commit cee601a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/objects.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ objects and roles are meant for managing behavior and code reuse.
641641
Roles are immutable as soon as the compiler parses the closing curly brace of
642642
the role declaration.
643643
644-
=head2 Role Application
644+
=head2 Application of Role
645645
646646
Role application differs significantly from class inheritance. When a role
647647
is applied to a class, the methods of that role are copied into the class.

0 commit comments

Comments
 (0)