summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2015-09-25 09:29:28 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2015-09-25 09:29:28 +0200
commitef058b33cd10c03cc5704ec5447df1d23fe3b48b (patch)
tree2300a9525f691b0f06b0c620f8adb40221a4b1e3 /sv.h
parente120c24fe257993e9cbf4c567194bec2792f3ccc (diff)
downloadperl-ef058b33cd10c03cc5704ec5447df1d23fe3b48b.tar.gz
POD fix in the documentation for SvTHINKFIRST
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 331b8236b6..2b68682d7a 100644
--- a/sv.h
+++ b/sv.h
@@ -1051,7 +1051,7 @@ For example, if your scalar is a reference and you want to modify the C<SvIVX>
slot, you can't just do C<SvROK_off>, as that will leak the referent.
This is used internally by various sv-modifying functions, such as
-C<sv_setsv>, C<sv_setiv> and C<sv_pvn_force..
+C<sv_setsv>, C<sv_setiv> and C<sv_pvn_force>.
One case that this does not handle is a gv without SvFAKE set. After