Skip to content

Commit 03b363f

Browse files
authored
fix table cpp title number (#708)
1 parent 1a9651c commit 03b363f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ All operations in the C++ client are performed through the TableSession class. B
171171
4. `open(bool enableRPCCompression = false)`: Opens the connection and determines whether to enable RPC compression (client state must match server state, disabled by default).
172172
5. `close()`: Closes the connection.
173173
174-
### 3.1.2 Interface Display
174+
#### 3.1.2 Interface Display
175175
176176
```cpp
177177
class TableSession {

src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ All operations in the C++ client are performed through the TableSession class. B
171171
4. `open(bool enableRPCCompression = false)`: Opens the connection and determines whether to enable RPC compression (client state must match server state, disabled by default).
172172
5. `close()`: Closes the connection.
173173
174-
### 3.1.2 Interface Display
174+
#### 3.1.2 Interface Display
175175
176176
```cpp
177177
class TableSession {

src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ C++ 客户端的操作均通过 TableSession 类进行,下面将给出 TableSe
184184
4. `open(bool enableRPCCompression = false)`,开启连接,并决定是否启用RPC压缩(客户端状态须与服务端一致,默认不开启)。
185185
5. `close()`,关闭连接。
186186
187-
### 3.1.2 接口展示
187+
#### 3.1.2 接口展示
188188
189189
```cpp
190190
class TableSession {

src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ C++ 客户端的操作均通过 TableSession 类进行,下面将给出 TableSe
184184
4. `open(bool enableRPCCompression = false)`,开启连接,并决定是否启用RPC压缩(客户端状态须与服务端一致,默认不开启)。
185185
5. `close()`,关闭连接。
186186
187-
### 3.1.2 接口展示
187+
#### 3.1.2 接口展示
188188
189189
```cpp
190190
class TableSession {

0 commit comments

Comments
 (0)