Преглед на файлове

Merge pull request #12573 from JakeDluhy/patch-1

Fix doc typo
Mr.doob преди 7 години
родител
ревизия
7cb4eeba04
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/api/math/Box3.html

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

@@ -47,7 +47,7 @@
 
 
 		<h3>[property:Vector3 max]</h3>
 		<h3>[property:Vector3 max]</h3>
 		<div>
 		<div>
-			[page:Vector3] representing the lower upper (x, y, z) boundary of the box.<br />
+			[page:Vector3] representing the upper (x, y, z) boundary of the box.<br />
 			Default is ( - Infinity, - Infinity, - Infinity ).
 			Default is ( - Infinity, - Infinity, - Infinity ).
 		</div>
 		</div>