Skip to content

Commit dbcefef

Browse files
committed
Made the 'is default' a sub-heading in the Sub type
1 parent 8a2f868 commit dbcefef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Sub.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ to it (or even themselves) and we can apply traits to objects at runtime.
6161
&trait_mod:<is>(&bar, :foo);
6262
# OUTPUT«is foo called␤is foo called␤»
6363
64-
=head trait is default (Sub class)
64+
=head2 trait is default (Sub class)
6565
6666
There is a special trait for C<Sub>s called C<is default>. This trait is
6767
designed as a way to disambiguate C<multi> function calls that would normally

0 commit comments

Comments
 (0)