Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make term mixin searchable (Closes #542)
  • Loading branch information
zoffixznet committed May 23, 2016
1 parent 47a5910 commit a4576d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/objects.pod
Expand Up @@ -791,7 +791,7 @@ Logging[$*OUT].log(debug, 'here we go'); # [DEBUG] here we go
You can have multiple roles of the same name, but with different signatures;
the normal rules of multi dispatch apply for choosing multi candidates.
=head2 Mixins of Roles
=head2 X<Mixins> of Roles
Roles can be mixed into objects. A role's given attributes and methods will be
added to the methods and attributes the object already has. Multiple mixins and
Expand Down

0 comments on commit a4576d6

Please sign in to comment.