Procházet zdrojové kódy

Add missing open tag in Spline.html

Tristan VALCKE před 8 roky
rodič
revize
085a2b9e6f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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*.
 		nSubDivisions — number of subdivisions between control points. Default is *100*.
 		</div>
 		</div>
 		<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]
 			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.
 			contains an array with the total length from the beginning of the spline to the end of that chunk.
 		</div>
 		</div>