aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Perl5.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Perl5.html')
-rw-r--r--Doc/Manual/Perl5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Perl5.html b/Doc/Manual/Perl5.html
index f3ba75572..5ce765c26 100644
--- a/Doc/Manual/Perl5.html
+++ b/Doc/Manual/Perl5.html
@@ -1888,7 +1888,7 @@ like this:
<pre>
%typemap(out) int {
$result = sv_newmortal();
- set_setiv($result, (IV) $1);
+ sv_setiv($result, (IV) $1);
argvi++;
}
</pre>