Selaa lähdekoodia

typo fix in Sphere.html

Sébastien Valette 5 vuotta sitten
vanhempi
commit
313b054505
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/api/en/math/Sphere.html

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

@@ -47,7 +47,7 @@
 		[page:Vector3 target] — the result will be copied into this Vector3.<br /><br />
 
 		Clamps a point within the sphere. If the point is outside the sphere, it will clamp it to the
-		closets point on the edge of the sphere. Points already inside the sphere will not be affected.
+		closest point on the edge of the sphere. Points already inside the sphere will not be affected.
 		</p>
 
 		<h3>[method:Sphere clone]()</h3>