diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-08 21:25:33 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 23:10:37 -0600 |
commit | c5608a1f701aaeaf4724bd21cb2a64e880598574 (patch) | |
tree | c17057b46f1533a187d11108bba924fe386d2b91 /pad.c | |
parent | 4a4088c46812cbd5bfe69cf9728912de92c28b94 (diff) | |
download | perl-c5608a1f701aaeaf4724bd21cb2a64e880598574.tar.gz |
perlapi: Change slightly weird construct
As a native English speaker, I find it clearer to say that a bit vector
has a particular bit set, rather than to say that it includes that bit.
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2334,7 +2334,7 @@ An SV may be passed as a second argument. If so, the name will be assigned to it and it will be returned. Otherwise the returned SV will be a new mortal. -If C<flags> include C<CV_NAME_NOTQUAL>, then the package name will not be +If C<flags> has the C<CV_NAME_NOTQUAL> bit set, then the package name will not be included. If the first argument is neither a CV nor a GV, this flag is ignored (subject to change). |