From: Dave Mitchell Date: Fri, 8 Mar 2002 17:08:45 +0000 (+0000) Subject: get magic typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b0711c3e76139747b81f18de98833b57a078733;p=p5sagit%2Fp5-mst-13.2.git get magic typo Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@15193 --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 9af82a5..cda5285 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -886,7 +886,7 @@ actions depending on which function is being called. Function pointer Action taken ---------------- ------------ - svt_get Do something after the value of the SV is retrieved. + svt_get Do something before the value of the SV is retrieved. svt_set Do something after the SV is assigned a value. svt_len Report on the SV's length. svt_clear Clear something the SV represents.