summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-09-03 22:30:56 -0600
committerKarl Williamson <khw@cpan.org>2015-09-03 23:10:37 -0600
commit61b16eb90f32a2433d6de43e477a03b8d9fed039 (patch)
treefb6c8c4166af22d40abe4374f66fb34d046a2c28 /mg.c
parent796b6530911f5ebd6a26275873610304e63d5d19 (diff)
downloadperl-61b16eb90f32a2433d6de43e477a03b8d9fed039.tar.gz
perlapi: Add some S<>
so that these constructs appear on a single output line for reader convenience.
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 7e7b11252a..18593914ca 100644
--- a/mg.c
+++ b/mg.c
@@ -491,7 +491,7 @@ gets copied, value magic doesn't (eg
C<taint>, C<pos>).
If C<setmagic> is false then no set magic will be called on the new (empty) SV.
-This typically means that assignment will soon follow (e.g. C<'local $x = $y'>),
+This typically means that assignment will soon follow (e.g. S<C<'local $x = $y'>>),
and that will handle the magic.
=cut