소스 검색

Merge pull request #19516 from rjanicek/improve-documentation

Fixed property name link.
Mr.doob 5 년 전
부모
커밋
cf27608f7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/en/extras/curves/CatmullRomCurve3.html

+ 1 - 1
docs/api/en/extras/curves/CatmullRomCurve3.html

@@ -66,7 +66,7 @@
 		<p>Possible values are *centripetal*, *chordal* and *catmullrom*.</p>
 
 		<h3>[property:float tension]</h3>
-		<p>When [page:.type] is *catmullrom*, defines catmullrom's tension.</p>
+		<p>When [page:.curveType] is *catmullrom*, defines catmullrom's tension.</p>
 
 
 		<h2>Methods</h2>