Selaa lähdekoodia

Update Vector3.html

see #12741
Michael Herzog 7 vuotta sitten
vanhempi
commit
8ae267866c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/api/math/Vector3.html

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

@@ -301,7 +301,7 @@ var d = a.distanceTo( b );
 		<div>Multiplies this vector by scalar [page:Float s].</div>
 
 		<h3>[method:Vector3 multiplyVectors]( [page:Vector3 a], [page:Vector3 b] )</h3>
-		<div>Sets this vector equal to [page:Vector3 a] x [page:Vector3 b].</div>
+		<div>Sets this vector equal to [page:Vector3 a] * [page:Vector3 b].</div>
 
 		<h3>[method:Vector3 project]( [page:Camera camera] )</h3>
 		<div>