浏览代码

Update Box3.html (#23320)

Fix typo
Oskar Skuteli 3 年之前
父节点
当前提交
ad68e4951e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/math/Box3.html

+ 1 - 1
docs/api/en/math/Box3.html

@@ -236,7 +236,7 @@
 		<h3>[method:this set]( [param:Vector3 min], [param:Vector3 max] )</h3>
 		<p>
 		[page:Vector3 min] - [page:Vector3] representing the lower (x, y, z) boundary of the box.<br />
-		[page:Vector3 max] - [page:Vector3] representing the lower upper (x, y, z) boundary of the box.<br /><br />
+		[page:Vector3 max] - [page:Vector3] representing the upper (x, y, z) boundary of the box.<br /><br />
 
 		Sets the lower and upper (x, y, z) boundaries of this box.<br>
 		Please note that this method only copies the values from the given objects.