Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 18, 2024
1 parent 530ba18 commit 7bb171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/api/utils/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ random.pick([1, 2, 3]) // 随机选取一个元素
- **end:** `number` 上界
- 返回值: `number` 一个 `[start, end)` 之间的随机整数

生成一个随机实数
生成一个随机整数

### Random.pick(array, count?)

Expand Down

0 comments on commit 7bb171c

Please sign in to comment.