Skip to content

Commit

Permalink
docs(random): Fix documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sossost committed Jun 14, 2024
1 parent 71071da commit 9debf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/math/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function random(minimum: number, maximum: number): number;

- (`number`): A random floating-point number within the specified range.

## 예시
## Examples

```typescript
const result1 = random(0, 5); // Returns a random floating-point number between 0 and 5.
Expand Down

0 comments on commit 9debf23

Please sign in to comment.