Subject: | Spelling error in pod |
Hi, here is a little error:
--- a/lib/SQL/Statement/Roadmap.pod
+++ b/lib/SQL/Statement/Roadmap.pod
@@ -97,7 +97,7 @@ The easiest way to implement this would
L<SQL::Statement::RAM|SQL::Statement::RAM::Table> on C<BEGIN TRANSACTION>
and write the entire table back on C<COMMIT> or discard on C<ROLLBACK>.
-Better performance could be acheived when the implementation allows to
+Better performance could be acheived when the implementation allows one to
memorize the single modification and apply them at C<COMMIT>. This needs
more discussion.