summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-08 21:25:33 -0600
committerKarl Williamson <khw@cpan.org>2015-09-03 23:10:37 -0600
commitc5608a1f701aaeaf4724bd21cb2a64e880598574 (patch)
treec17057b46f1533a187d11108bba924fe386d2b91 /pad.c
parent4a4088c46812cbd5bfe69cf9728912de92c28b94 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index def5b579ba..421cd43cd1 100644
--- a/pad.c
+++ b/pad.c
@@ -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).