summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2000-07-13 13:39:18 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-26 18:23:55 +0000
commita7dfe00a233f19e61ffcdacd828794162c4add80 (patch)
tree22a4af91a36be71b001ccc34d184dec634d60484 /pod/perlguts.pod
parentb0c10877f02c05c7ac7c3ea29f290be9af99d166 (diff)
downloadperl-a7dfe00a233f19e61ffcdacd828794162c4add80.tar.gz
minor doc change - perlguts
Message-ID: <20000713123918.A26561@athenaeum.globnix.org> p4raw-id: //depot/perl@6449
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 5255519a88..1738742038 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -34,8 +34,8 @@ as well.)
=head2 Working with SVs
An SV can be created and loaded with one command. There are four types of
-values that can be loaded: an integer value (IV), a double (NV), a string,
-(PV), and another scalar (SV).
+values that can be loaded: an integer value (IV), a double (NV),
+a string (PV), and another scalar (SV).
The six routines are: