minor doc change - perlguts
authorMichael Stevens <mstevens@etla.org>
Thu, 13 Jul 2000 12:39:18 +0000 (13:39 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 26 Jul 2000 18:23:55 +0000 (18:23 +0000)
Message-ID: <20000713123918.A26561@athenaeum.globnix.org>

p4raw-id: //depot/perl@6449

pod/perlguts.pod

index 5255519..1738742 100644 (file)
@@ -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: