浏览代码

Merge pull request #19572 from evanharwin/Box3-Typo-Fix

Update Box3.html
Mr.doob 5 年之前
父节点
当前提交
985be15392
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/math/Box3.html

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

@@ -42,7 +42,7 @@
 		[page:Vector3 min] - (optional) [page:Vector3] representing the lower (x, y, z) boundary of the box.
 		Default is ( + Infinity, + Infinity, + Infinity ).<br>
 
-		[page:Vector3 max] - (optional) [page:Vector3] representing the lower upper (x, y, z) boundary of the box.
+		[page:Vector3 max] - (optional) [page:Vector3] representing the upper (x, y, z) boundary of the box.
 		Default is ( - Infinity, - Infinity, - Infinity ).<br /><br />
 
 		Creates a [name] bounded by min and max.