浏览代码

Fix rand.int_max comment

Jeroen van Rijn 3 月之前
父节点
当前提交
8597966a9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)