зеркало из https://github.com/microsoft/etcd3.git
Fixed example in docs (#144)
This commit is contained in:
Родитель
ebad10f0f6
Коммит
3853acfb4e
|
@ -412,7 +412,7 @@ class SerializableTransaction extends BasicTransaction {
|
||||||
* return Promise.all([
|
* return Promise.all([
|
||||||
* tx.put('bank/account1').value(balance1 - amount),
|
* tx.put('bank/account1').value(balance1 - amount),
|
||||||
* tx.put('bank/account2').value(balance2 + amount),
|
* tx.put('bank/account2').value(balance2 + amount),
|
||||||
* });
|
* ]);
|
||||||
* });
|
* });
|
||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
|
|
Загрузка…
Ссылка в новой задаче