소스 검색

Remove unintelligible part of explanation

Not sure if the points are added to or replace present content of the curve?
Magnuz Binder 7 년 전
부모
커밋
f3258e2d0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/extras/core/Path.html

+ 1 - 1
docs/api/extras/core/Path.html

@@ -98,7 +98,7 @@ var path = new THREE.Path(vectors);
 		<div>
 			points --  array of [page:Vector2 Vector2s].<br /><br />
 
-			Adds to the from the points. Points	are added to the [page:CurvePath.curves curves]
+			Points are added to the [page:CurvePath.curves curves]
 			array as [page:LineCurve LineCurves].
 		</div>