diff options
author | Zefram <zefram@fysh.org> | 2017-12-06 16:17:27 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-12-06 16:30:45 +0000 |
commit | fada828575a05b9a655c2ba607c7c123da07a4b2 (patch) | |
tree | 349879e8dcc178808a36fa296c6b89befce03df5 /pod/perldeprecation.pod | |
parent | 7b0ac4577d4cc7902dfa379f3318a8af1b736a3d (diff) | |
download | perl-fada828575a05b9a655c2ba607c7c123da07a4b2.tar.gz |
fix a =head level in perldeprecation.pod
Diffstat (limited to 'pod/perldeprecation.pod')
-rw-r--r-- | pod/perldeprecation.pod | 2 |
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 |