the lock is only for update
authorMichael Wallner <mike@php.net>
Fri, 3 May 2013 11:39:41 +0000 (13:39 +0200)
committerMichael Wallner <mike@php.net>
Fri, 3 May 2013 11:39:50 +0000 (13:39 +0200)
lib/pq/Gateway/Table/LockInterface.php

index 0cefb68adbc90ee56b700bab7c88ea2746e12d9a..de64c57a806ff9a09eb17fbc5a1e9f9f46364cf4 100644 (file)
@@ -5,7 +5,7 @@ namespace pq\Gateway\Table;
 use \pq\Gateway\Row;
 
 /**
 use \pq\Gateway\Row;
 
 /**
- * Lazy row lock on update/delete
+ * Lazy row lock on update
  */
 interface LockInterface
 {
  */
 interface LockInterface
 {