Author: mjevans Date: Thu Jul 1 00:51:59 2010 New Revision: 14222 Modified: dbi/trunk/lib/DBD/File/Developers.pod
Log: fix truncate description Modified: dbi/trunk/lib/DBD/File/Developers.pod ============================================================================== --- dbi/trunk/lib/DBD/File/Developers.pod (original) +++ dbi/trunk/lib/DBD/File/Developers.pod Thu Jul 1 00:51:59 2010 @@ -537,9 +537,9 @@ =item truncate -Implements the abstract table method used when dumb table algorithms for -C<< UPDATE >> or C<< DELETE >> to truncate the table storage after last -written row. +Implements the abstract table method used when dumb table algorithms +for C<< UPDATE >> or C<< DELETE >> need to truncate the table storage +after the last written row. =back
