aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-12-22 23:35:18 +0000
committerGitHub <noreply@github.com>2025-12-22 23:35:18 +0000
commit732a091eee1339958c0cc1fb5c5309a2e3eab3d9 (patch)
treeb3743bd8ef7cb9de64626308ff93035bddd4b99b
parentb53ee3dba3f21bf5a22b9cf211ae49ff92b3e08b (diff)
parent7062f89bcd1d98275e4a1977207b1c7993c90f41 (diff)
Merge pull request #6055 from wrathdoesthat/master
core:math/rand small documentation fix
-rw-r--r--core/math/rand/rand.odin6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/math/rand/rand.odin b/core/math/rand/rand.odin
index 41b066255..2ed2c9e70 100644
--- a/core/math/rand/rand.odin
+++ b/core/math/rand/rand.odin
@@ -260,7 +260,7 @@ Example:
Possible Output:
6
- 500
+ 13
*/
@(require_results)
@@ -301,7 +301,7 @@ Example:
Possible Output:
6
- 500
+ 13
*/
@(require_results)
@@ -342,7 +342,7 @@ Example:
Possible Output:
6
- 500
+ 13
*/
@(require_results)