浏览代码

Add missing open tag in Spline.html

Tristan VALCKE 8 年之前
父节点
当前提交
085a2b9e6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/math/Spline.html

+ 1 - 1
docs/api/math/Spline.html

@@ -50,7 +50,7 @@
 		nSubDivisions — number of subdivisions between control points. Default is *100*.
 		</div>
 		<div>
-			Returns an object with the two properties. The property .[page:Number total]</strong> contains
+			Returns an object with the two properties. The property .<strong>[page:Number total]</strong> contains
 			the length of the spline when using nSubDivisions. The property .[page:Array chunkLength]
 			contains an array with the total length from the beginning of the spline to the end of that chunk.
 		</div>