JavaScript: Address review comments.

This commit is contained in:
Max Schaefer
2018-10-15 20:14:40 +01:00
committed by GitHub
parent cd284b2f97
commit 6835815673

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() {