Skip to content

Commit e2fdef2

Browse files
committed
fixes
1 parent 8f2f7fd commit e2fdef2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h2><a id="math">Functions for Math</a></h2>
289289
rand(min = 0, max = 1.0): number;
290290

291291
// Generates a pseudo-random integer between min (inclusive) and max (inclusive)
292-
randi(min = 0, max = 100): number;
292+
randi(min = 0, max = 1): number;
293293

294294
// Returns `true` or `false` based on random chance (p)
295295
// example: chance(0.25) ? '25% true' : '75% false'

0 commit comments

Comments
 (0)