Parcourir la source

Fix rand.int_max comment

Jeroen van Rijn il y a 3 mois
Parent
commit
8597966a9f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/math/rand/rand.odin

+ 1 - 1
core/math/rand/rand.odin

@@ -350,7 +350,7 @@ Example:
 Possible Output:
 
 	6
-	500
+	13
 
 */
 @(require_results)