From: rkinyon Date: Sat, 25 Feb 2006 03:36:13 +0000 (+0000) Subject: Fixed grammar error in POD X-Git-Tag: 0-98~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5467b48fc0644384b8d1bafa3286d01731dbca6;p=dbsrgits%2FDBM-Deep.git Fixed grammar error in POD --- diff --git a/lib/DBM/Deep.pm b/lib/DBM/Deep.pm index 7ce1329..512ba56 100644 --- a/lib/DBM/Deep.pm +++ b/lib/DBM/Deep.pm @@ -2668,7 +2668,7 @@ plain key are stored. Fetching the plain key occurs when calling the I and I methods. In this process the indexes are walked systematically, and each key fetched in increasing MD5 order (which is why it appears random). Once the -I is found, the value is skipped the plain key returned instead. +I is found, the value is skipped and the plain key returned instead. B Do not count on keys being fetched as if the MD5 hashes were alphabetically sorted. This only happens on an index-level -- as soon as the I are hit, the keys will come out in the order they went in --