Skip to content

Commit c40ffa0

Browse files
committed
Fix header thinkos
1 parent c40b7cd commit c40ffa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/glossary.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ in Perl 6. It is what C<self> refers to in a method.
542542
class A { method show { self } }
543543
say A.new.show; # A.new
544544
545-
=head2 JIT
545+
=head1 JIT
546546
547547
=head1 Junction
548548
@@ -664,7 +664,7 @@ See L<#Attribute>.
664664
A value that can be used on the right hand side of an assignment. See also
665665
L<#lvalue>.
666666
667-
=head2 Scalar
667+
=head1 Scalar
668668
669669
=head1 Sigil
670670
@@ -676,7 +676,7 @@ for L<variable interpolation#Variable Interpolation> in a double quoted
676676
string, or even L<postcircumfix|#Postcircumfix> L<expressions|#Expression>
677677
starting with such a variable.
678678
679-
=head2 Sigilless Variable
679+
=head1 Sigilless Variable
680680
681681
=head1 Slot
682682

0 commit comments

Comments
 (0)