summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-20 15:47:26 -0600
committerKarl Williamson <khw@cpan.org>2022-07-01 06:10:40 -0600
commitc5321c9615e8ff5e65c601de5fd409878da8568b (patch)
tree17abfd5f18dd59dc9b70c80f808b4fb9135ccf3b
parentcda0e7fb7b98e695b739b9b364a1b0522105a86d (diff)
downloadperl-c5321c9615e8ff5e65c601de5fd409878da8568b.tar.gz
perlapi: Slight wording change
-rw-r--r--autodoc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl
index b9bc6f8298..8421d90794 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -1846,7 +1846,7 @@ my $api_hdr = <<"_EOB_";
|
|Note that all Perl API global variables must be referenced with the C<PL_>
|prefix. Again, those not listed here are not to be used by extension writers,
-|and can be changed or removed without notice; same with macros.
+|and may be changed or removed without notice; same with macros.
|Some macros are provided for compatibility with the older,
|unadorned names, but this support may be disabled in a future release.
|