Browse Source

Merge pull request #12669 from MagnuzBinder/patch-9

fix copy-paste error: Vector3 => Box3
Mr.doob 7 years ago
parent
commit
bcdc4172b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/math/Sphere.html

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

@@ -84,7 +84,7 @@
 
 
 		<h3>[method:Box3 getBoundingBox]( [page:Box3 optionalTarget] )</h3>
 		<h3>[method:Box3 getBoundingBox]( [page:Box3 optionalTarget] )</h3>
 		<div>
 		<div>
-			[page:Box3 optionalTarget] - (optional) if specified, the result will be copied into this [page:Vector3], otherwise a new [page:Box3] will be created.<br /><br />
+			[page:Box3 optionalTarget] - (optional) if specified, the result will be copied into this [page:Box3], otherwise a new [page:Box3] will be created.<br /><br />
 
 
 			Returns a[link:https://en.wikipedia.org/wiki/Minimum_bounding_box Minimum Bounding Box] for the sphere.
 			Returns a[link:https://en.wikipedia.org/wiki/Minimum_bounding_box Minimum Bounding Box] for the sphere.
 		</div>
 		</div>