From 7062f89bcd1d98275e4a1977207b1c7993c90f41 Mon Sep 17 00:00:00 2001 From: Wrath Date: Mon, 22 Dec 2025 16:10:51 -0500 Subject: core:math/rand small documentation fix --- core/math/rand/rand.odin | 6 +++--- 1 file 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) -- cgit v1.2.3