Skip to content
Snippets Groups Projects
Commit c6b510fe authored by Anton Sattarov's avatar Anton Sattarov :cucumber:
Browse files

Исправлен некорректный комментарий к методу Environments.Migrate

parent 3459e183
No related branches found
No related tags found
1 merge request!16Исправлен некорректный комментарий к методу Environments.Migrate
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -105,7 +105,7 @@ service Environments {
rpc RemoveAlias(RemoveAliasRequest) returns(google.protobuf.Empty) {}
rpc Delete(DeleteRequest) returns(google.protobuf.Empty) {}
// Выполнить миграцию окружения. По умолчанию выполняется в асинхронном режиме, для синхронного выполнения можно
// Выполнить миграцию окружения. По умолчанию выполняется в синхронном режиме, для асинхронного выполнения можно
// передать соответствующую настройку в опциях `MigrateRequest.options`
//
// При вызове миграции:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment