From: Karl Williamson Date: Sun, 6 Sep 2020 18:52:28 +0000 (-0600) Subject: perlapi: Fix poor wording in MUTABLE_PTR X-Git-Tag: v5.33.2~49 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/54ba56f3463802a0b3e45555ef68fc96524620a3?hp=2bd36f42f450e9165902006106d2fad2c67e5eda perlapi: Fix poor wording in MUTABLE_PTR --- diff --git a/handy.h b/handy.h index 0d1023a..37d0468 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 is the base macro used to derive new casts. The other ones already -built in return pointers to what their names indicate. +C is the base macro used to derive new casts. The other +already-built-in ones return pointers to what their names indicate. =cut */