This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix poor wording in MUTABLE_PTR
authorKarl Williamson <khw@cpan.org>
Sun, 6 Sep 2020 18:52:28 +0000 (12:52 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 7 Sep 2020 15:16:20 +0000 (09:16 -0600)
handy.h

diff --git a/handy.h b/handy.h
index 0d1023a..37d0468 100644 (file)
--- 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
  */