JavaScript: Address review comments.

(cherry picked from commit 6835815673)
This commit is contained in:
Max Schaefer
2018-10-15 20:14:40 +01:00
parent 2b7d69aaf4
commit 898ba94837

View File

@@ -443,7 +443,7 @@ private module Spanner {
}
/**
* A call to `Database.run` or `Database.runStream`.
* A call to `Database.run`, `Database.runPartitionedUpdate` or `Database.runStream`.
*/
class DatabaseRunCall extends SqlExecution {
DatabaseRunCall() {
@@ -454,7 +454,7 @@ private module Spanner {
}
/**
* A call to `Transaction.run` or `Database.runStream`.
* A call to `Transaction.run`, `Transaction.runStream` or `Transaction.runUpdate`.
*/
class TransactionRunCall extends SqlExecution {
TransactionRunCall() {