File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The usual way to obtain an object of type C<Attribute> is by introspection:
32
32
33
33
= head1 Traits
34
34
35
- = head2 X < Trait is default|trait, is default (Attribute) >
35
+ = head2 X < Trait is default|is default (Attribute) >
36
36
37
37
An attribute that is assigned L < Nil|/type/Nil > will revert to its default value
38
38
set with the trait C < is default > .
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ L<Any|/type/Any>.
16
16
17
17
= head1 Methods
18
18
19
- = head2 method defined
19
+ = head2 method defined X < |method,defined >
20
20
21
21
Declared as
22
22
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Routine is also the level at which
17
17
L < multiness|/language/glossary#Multi-Dispatch > (multi subs and multi methods)
18
18
are handled.
19
19
20
- = head2 X < Trait is default|trait, is default (Routine) >
20
+ = head2 X < Trait is default|is default (Routine) >
21
21
22
22
There is a special trait for C < Routine > s called C < is default > . This trait is
23
23
designed as a way to disambiguate C < multi > calls that would normally
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ introspect and manipulate variables.
21
21
22
22
Returns the name of the variable, including the sigil.
23
23
24
- = head2 X < trait is default|trait, is default (Variable) >
24
+ = head2 X < trait is default|is default (Variable) >
25
25
26
26
multi sub trait_mod:<is>(Variable:D, :$default!)
27
27
You can’t perform that action at this time.
0 commit comments