Skip to content

Commit 1776f51

Browse files
committed
fix cpp title format in table model
1 parent 1a9651c commit 1776f51

6 files changed

Lines changed: 1168 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 {

0 commit comments

Comments
 (0)