Browse Source

Update Box3.html

Fixed typo.
Evan Harwin 5 years ago
parent
commit
191d214cb9
1 changed files with 1 additions and 1 deletions
  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.
 		[page:Vector3 min] - (optional) [page:Vector3] representing the lower (x, y, z) boundary of the box.
 		Default is ( + Infinity, + Infinity, + Infinity ).<br>
 		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 />
 		Default is ( - Infinity, - Infinity, - Infinity ).<br /><br />
 
 
 		Creates a [name] bounded by min and max.
 		Creates a [name] bounded by min and max.