summaryrefslogtreecommitdiff
path: root/pod/perldeprecation.pod
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-12-06 16:17:27 +0000
committerZefram <zefram@fysh.org>2017-12-06 16:30:45 +0000
commitfada828575a05b9a655c2ba607c7c123da07a4b2 (patch)
tree349879e8dcc178808a36fa296c6b89befce03df5 /pod/perldeprecation.pod
parent7b0ac4577d4cc7902dfa379f3318a8af1b736a3d (diff)
downloadperl-fada828575a05b9a655c2ba607c7c123da07a4b2.tar.gz
fix a =head level in perldeprecation.pod
Diffstat (limited to 'pod/perldeprecation.pod')
-rw-r--r--pod/perldeprecation.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod
index eb6e0f98cc..bb1e8df33b 100644
--- a/pod/perldeprecation.pod
+++ b/pod/perldeprecation.pod
@@ -50,7 +50,7 @@ changes to the variable that it closes over, add an explicit C<return>:
This usage has been deprecated, and will no longer be allowed in Perl 5.32.
-=head2 Use of strings with code points over 0xFF as arguments to C<vec>
+=head3 Use of strings with code points over 0xFF as arguments to C<vec>
C<vec> views its string argument as a sequence of bits. A string
containing a code point over 0xFF is nonsensical. This usage is