From cd71ee66633fc98d7c3bcaf9596c7aa45125d25c Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Fri, 24 Dec 2010 08:45:23 +0100 Subject: [PATCH] tiny doc change --- Peek.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Peek.pm b/Peek.pm index fe01827..9dada04 100644 --- a/Peek.pm +++ b/Peek.pm @@ -370,7 +370,7 @@ In void context, DDual does the equivalent of " RV: ", DPeek ($d[3]), "\n"; } -=head2 my $LEN = DGrow ($pv, $size) +=head2 my $len = DGrow ($pv, $size) Fastest way to preallocate space for a PV scalar. Returns the allocated length. If $size is smaller than the already allocated space, it will @@ -388,7 +388,7 @@ not shrink. grow 1622943/s 2512% 967% -- -=head2 triplevar ($pv, $iv, $nv) +=head2 my $tp = triplevar ($pv, $iv, $nv) When making C I wondered if it were possible to create triple-val scalar variables. L already gives us C, that creates -- 2.11.4.GIT