diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index c27883ffcc..fb52ecfcb7 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2820,7 +2820,7 @@ will return false. Returns the integer which is in the SV. int SvIV (SV* sv) - + =item SvIVX Returns the integer which is stored in the SV. |