Skip to content

Commit c0b1870

Browse files
committed
fix docs
1 parent 7acd50d commit c0b1870

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/api/scripts/extension-modules/core/base/binutils.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ binutils.readsyms(binaryfile: <string>)
6464

6565
| Return Value | Description |
6666
|--------------|-------------|
67-
| <table> | Symbols list |
67+
| `<table>` | Symbols list |
6868

6969
## binutils.deplibs
7070

@@ -88,7 +88,7 @@ binutils.deplibs(binaryfile: <string>)
8888

8989
| Return Value | Description |
9090
|--------------|-------------|
91-
| <table> | Dependent libraries list |
91+
| `<table>` | Dependent libraries list |
9292

9393
## binutils.extractlib
9494

docs/api/scripts/extension-modules/utils/binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local deps = deplibs(binaryfile: <string>, opt: <table>)
2525

2626
| Return Value | Description |
2727
|--------------|-------------|
28-
| <table> | Dependent libraries list |
28+
| `<table>` | Dependent libraries list |
2929

3030
## utils.binary.readsyms
3131

@@ -49,7 +49,7 @@ local syms = readsyms(binaryfile: <string>)
4949

5050
| Return Value | Description |
5151
|--------------|-------------|
52-
| <table> | Symbols list |
52+
| `<table>` | Symbols list |
5353

5454
## utils.binary.extractlib
5555

docs/zh/api/scripts/extension-modules/core/base/binutils.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ binutils.readsyms(binaryfile: <string>)
6464

6565
| 返回值 | 描述 |
6666
|--------|------|
67-
| <table> | 符号列表 |
67+
| `<table>` | 符号列表 |
6868

6969
## binutils.deplibs
7070

@@ -88,7 +88,7 @@ binutils.deplibs(binaryfile: <string>)
8888

8989
| 返回值 | 描述 |
9090
|--------|------|
91-
| <table> | 依赖库列表 |
91+
| `<table>` | 依赖库列表 |
9292

9393
## binutils.extractlib
9494

docs/zh/api/scripts/extension-modules/utils/binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local deps = deplibs(binaryfile: <string>, opt: <table>)
2525

2626
| 返回值 | 描述 |
2727
|--------|------|
28-
| <table> | 依赖库列表 |
28+
| `<table>` | 依赖库列表 |
2929

3030
## utils.binary.readsyms
3131

@@ -49,7 +49,7 @@ local syms = readsyms(binaryfile: <string>)
4949

5050
| 返回值 | 描述 |
5151
|--------|------|
52-
| <table> | 符号列表 |
52+
| `<table>` | 符号列表 |
5353

5454
## utils.binary.extractlib
5555

0 commit comments

Comments
 (0)