Skip to content

Commit 97a8198

Browse files
committed
perlop: Fix heading levels for quote-like operators
There is a "=head2 Quote and Quote-like Operators" that applies to several subsequent sections. Those sections should be =head3, as they are really subsections to that more general one. But until this commit they were =head2.
1 parent 2f0bc53 commit 97a8198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pod/perlop.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ expectations of shell programmers, back-quotes do I<NOT> interpolate
19141914
within double quotes, nor do single quotes impede evaluation of
19151915
variables when used within double quotes.
19161916

1917-
=head2 Regexp Quote-Like Operators
1917+
=head3 Regexp Quote-Like Operators
19181918
X<operator, regexp>
19191919

19201920
Here are the quote-like operators that apply to pattern
@@ -2458,7 +2458,7 @@ producing a warning if warnings are enabled.
24582458

24592459
=back
24602460

2461-
=head2 Quote-Like Operators
2461+
=head3 Quote-Like Operators
24622462
X<operator, quote-like>
24632463

24642464
=over 4
@@ -3071,7 +3071,7 @@ should be safe.
30713071

30723072
=back
30733073

3074-
=head2 Gory details of parsing quoted constructs
3074+
=head3 Gory details of parsing quoted constructs
30753075
X<quote, gory details>
30763076

30773077
When presented with something that might have several different

0 commit comments

Comments
 (0)