From: Michael Stevens Date: Thu, 13 Jul 2000 12:39:18 +0000 (+0100) Subject: minor doc change - perlguts X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7dfe00a233f19e61ffcdacd828794162c4add80;p=p5sagit%2Fp5-mst-13.2.git minor doc change - perlguts Message-ID: <20000713123918.A26561@athenaeum.globnix.org> p4raw-id: //depot/perl@6449 --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 5255519..1738742 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: