Skip to content

Commit d08709c

Browse files
1 parent 75713f4 commit d08709c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Spanner/ReadWrite.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ReadWrite extends \Google\Model
5555
*/
5656
public $multiplexedSessionPreviousTransactionId;
5757
/**
58-
* Read lock mode for the transaction.
58+
* The read lock mode for the transaction.
5959
*
6060
* @var string
6161
*/
@@ -80,7 +80,7 @@ public function getMultiplexedSessionPreviousTransactionId()
8080
return $this->multiplexedSessionPreviousTransactionId;
8181
}
8282
/**
83-
* Read lock mode for the transaction.
83+
* The read lock mode for the transaction.
8484
*
8585
* Accepted values: READ_LOCK_MODE_UNSPECIFIED, PESSIMISTIC, OPTIMISTIC
8686
*

0 commit comments

Comments
 (0)