File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
documentation/doc-src/pages/client/examples/connection Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ using the `crud` module:
77
88=== "tarantool-java-sdk"
99
10- ```title="Подключенние к кластеру при помощи TJSDK"
10+ ```title="Connect to cluster using TJSDK"
1111 --8<-- "client/TarantoolDBClusterConnectionTJSDKExample.java:all"
1212 ```
1313
14- ```title="Абстрактный класс для создания кластера в docker"
14+ ```title="Abstract class to create cluster in docker"
1515 --8<-- "client/TarantoolDBClusterConnectionAbstractExample.java:all"
1616 ```
1717
1818=== "cartridge-driver"
1919
20- ```title="Подключенние к кластеру при помощи Cartridge java "
20+ ```title="Connect to cluster using cartridge-driver "
2121 --8<-- "client/TarantoolDBClusterConnectionCartridgeDriverExample.java:all"
2222 ```
2323
24- ```title="Абстрактный класс для создания кластера в docker"
24+ ```title="Abstract class to create cluster in docker"
2525 --8<-- "client/TarantoolDBClusterConnectionAbstractExample.java:all"
2626 ```
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ title: Подключение к класетру Tarantool через crud
1717
1818=== "cartridge-driver"
1919
20- ```title="Подключенние к кластеру при помощи Cartridge java "
20+ ```title="Подключенние к кластеру при помощи cartridge-driver "
2121 --8<-- "client/TarantoolDBClusterConnectionCartridgeDriverExample.java:all"
2222 ```
2323
You can’t perform that action at this time.
0 commit comments