This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Avoid some unnecessary work
[perl5.git] / scope.h
diff --git a/scope.h b/scope.h
index 88c182d..c6f4bc4 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -175,7 +175,7 @@ given literal string with the new scope.
 =for apidoc Ams||LEAVE_with_name(name)
 
 Same as C<L</LEAVE>>, but when debugging is enabled it first checks that the
-scope has the given name. C<name> must be a C<NUL>-terminated literal string.
+scope has the given name. C<name> must be a literal string.
 
 =cut
 */