Where is my spellchecker (not that it would catch this)
Peter Rabbitson [Thu, 11 Mar 2010 07:08:57 +0000 (07:08 +0000)]
lib/DBIx/Class/Manual/Cookbook.pod

index 8b135ae..3b3eb55 100644 (file)
@@ -1361,7 +1361,7 @@ L<DBIx::Class::Storage::TxnScopeGuard>. See L</Automatically creating
 related objects> for an example.
 
 Note that unlike txn_do, TxnScopeGuard will only make sure the connection is
-alive when issuing the C<BEGIN> statement. I will not (and really can not)
+alive when issuing the C<BEGIN> statement. It will not (and really can not)
 retry if the server goes away mid-operations, unlike C<txn_do>.
 
 =head1 SQL