File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ in Perl 6. It is what C<self> refers to in a method.
542
542
class A { method show { self } }
543
543
say A.new.show; # A.new
544
544
545
- = head2 JIT
545
+ = head1 JIT
546
546
547
547
= head1 Junction
548
548
@@ -664,7 +664,7 @@ See L<#Attribute>.
664
664
A value that can be used on the right hand side of an assignment. See also
665
665
L < #lvalue > .
666
666
667
- = head2 Scalar
667
+ = head1 Scalar
668
668
669
669
= head1 Sigil
670
670
@@ -676,7 +676,7 @@ for L<variable interpolation#Variable Interpolation> in a double quoted
676
676
string, or even L < postcircumfix|#Postcircumfix > L < expressions|#Expression >
677
677
starting with such a variable.
678
678
679
- = head2 Sigilless Variable
679
+ = head1 Sigilless Variable
680
680
681
681
= head1 Slot
682
682
You can’t perform that action at this time.
0 commit comments