From: Michael Stevens Date: Thu, 27 Jul 2000 13:49:04 +0000 (+0100) Subject: fixes bug 20000508.004 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65841adfea0063c2125e7f78a10d9963c5625f4f;p=p5sagit%2Fp5-mst-13.2.git fixes bug 20000508.004 Message-ID: <20000727134903.A9351@athenaeum.globnix.org> p4raw-id: //depot/perl@6453 --- diff --git a/pod/perldata.pod b/pod/perldata.pod index a2bb840..70ab161 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -259,7 +259,7 @@ of sixteen buckets has been touched, and presumably contains all 10,000 of your items. This isn't supposed to happen. You can preallocate space for a hash by assigning to the keys() function. -This rounds up the allocated bucked to the next power of two: +This rounds up the allocated buckets to the next power of two: keys(%users) = 1000; # allocate 1024 buckets