Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 6, 2024
1 parent 1c49f8e commit 20b005a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/general/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assert(count < 100, 'error message')

### Arguments

| Arg | Type | Defaults |
| ----------- | :------: | -------: |
| `condition` | `any` | |
| `message` | `string` | |
| Arg | Type | Defaults |
| ----------- | :-------: | -------: |
| `condition` | `boolean` | |
| `message` | `string` | |
8 changes: 4 additions & 4 deletions docs/zh/general/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assert(count < 100, 'error message')

### 参数

| 参数 | 类型 | 默认值 |
| ----------- | :------: | -----: |
| `condition` | `any` | |
| `message` | `string` | |
| 参数 | 类型 | 默认值 |
| ----------- | :-------: | -----: |
| `condition` | `boolean` | |
| `message` | `string` | |

0 comments on commit 20b005a

Please sign in to comment.