Browse Source

Fix missing closing tags in CatmullRomCurve3.html

Tristan VALCKE 8 years ago
parent
commit
6fdcea50bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/extras/curves/CatmullRomCurve3.html

+ 2 - 2
docs/api/extras/curves/CatmullRomCurve3.html

@@ -47,9 +47,9 @@ var material = new THREE.LineBasicMaterial( { color : 0xff0000 } );
 		
 		<h3>[property:Boolean closed] – curve loops back onto itself when true. False by default.</h3>
 		
-		<h3>[property:String type] - possible values are `centripetal` (default), `chordal` and `catmullrom`
+		<h3>[property:String type] - possible values are `centripetal` (default), `chordal` and `catmullrom`</h3>
 			
-		<h3>[property:float tension] - when type is `catmullrom`, defines catmullrom's tension. Defaults to 0.5
+		<h3>[property:float tension] - when type is `catmullrom`, defines catmullrom's tension. Defaults to 0.5</h3>
 
 		<h2>Methods</h2>