瀏覽代碼

typo fix in Sphere.html

Sébastien Valette 5 年之前
父節點
當前提交
313b054505
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>