a test for B::Xref
[p5sagit/p5-mst-13.2.git] / pod / perlguts.pod
index 9af82a5..cda5285 100644 (file)
@@ -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.