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 8c180b9 commit 1c49f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/general/assert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# assert

Throws an error when the input value is not truthy, the second argument is the error message.
Throws an error when the input value is not `true`, the second argument is the error message.

### Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/general/assert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# assert

当输入值不是 `truthy` 时抛出错误,第二个参数是错误信息。
当输入值不是 `true` 时抛出错误,第二个参数是错误信息。

### Usage

Expand Down

0 comments on commit 1c49f8e

Please sign in to comment.