Browse Source

Fix copy-paste error from Vector2

Magnuz Binder 7 years ago
parent
commit
98b9ae291b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/math/Vector3.html

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

@@ -196,7 +196,7 @@ var d = a.distanceTo( b );
 		<h3>[method:Vector3 divideScalar]( [page:Float s] )</h3>
 		<div>
 		Divides this vector by scalar [page:Float s].<br />
-		Sets vector to *( 0, 0 )* if *[page:Float s] = 0*.
+		Sets vector to *( 0, 0, 0 )* if *[page:Float s] = 0*.
 		</div>
 
 		<h3>[method:Float dot]( [page:Vector3 v] )</h3>