summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-06 12:52:28 -0600
committerKarl Williamson <khw@cpan.org>2020-09-07 09:16:20 -0600
commit54ba56f3463802a0b3e45555ef68fc96524620a3 (patch)
tree37c3851fc5e941eb66a1800adbbd296976a2442f
parent2bd36f42f450e9165902006106d2fad2c67e5eda (diff)
downloadperl-54ba56f3463802a0b3e45555ef68fc96524620a3.tar.gz
perlapi: Fix poor wording in MUTABLE_PTR
-rw-r--r--handy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/handy.h b/handy.h
index 0d1023ad0a..37d046844b 100644
--- a/handy.h
+++ b/handy.h
@@ -87,8 +87,8 @@ e.g.:
cast away
AV *av2 = MUTABLE_AV(sv); <== GOOD: it may warn
-C<MUTABLE_PTR> is the base macro used to derive new casts. The other ones already
-built in return pointers to what their names indicate.
+C<MUTABLE_PTR> is the base macro used to derive new casts. The other
+already-built-in ones return pointers to what their names indicate.
=cut
*/