summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-02-03 12:03:09 -0700
committerKarl Williamson <khw@cpan.org>2016-02-03 12:09:44 -0700
commit0c395ea59771c4804bc38e8960b217d58fcf1043 (patch)
treef68c5cf5ecee87303d3ace0f1920cb931393d75d /scope.h
parent3a8ba71a30e1f40479d502ed94d67389d4058177 (diff)
downloadperl-0c395ea59771c4804bc38e8960b217d58fcf1043.tar.gz
perlapi: Clarify that a literal string must end in a NUL
Some entries already had this. For those, it standardizes the text.
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index a61ae40b50..1de27abdaa 100644
--- a/scope.h
+++ b/scope.h
@@ -183,7 +183,7 @@ given literal string with the new scope.
=item LEAVE_with_name(name)
Same as C<LEAVE>, but when debugging is enabled it first checks that the
-scope has the given name. Name must be a literal string.
+scope has the given name. C<name> must be a C<NUL>-terminated literal string.
=back