瀏覽代碼

Fix uncorrect closing tags in Uniform.html

Tristan VALCKE 8 年之前
父節點
當前提交
66e479edd3
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/api/core/Uniform.html

+ 4 - 4
docs/api/core/Uniform.html

@@ -104,11 +104,11 @@
 				<tr>
 					<td>mat2</td>
 					<td>[page:Float32Array Float32Array] (*)</td>
-				</td>
+				</tr>
 				<tr>
 					<td>mat2</td>
 					<td>[page:Array Array] (*)</td>
-				</td>
+				</tr>
 				<tr>
 					<td>mat3</td>
 					<td>[page:Matrix3 THREE.Matrix3]</td>
@@ -165,12 +165,12 @@
 				</tr>
 				<tr>
 					<td>samplerCube</td>
-					<td>[page:CubeTexture THREE.CubeTexture]</tr>
+					<td>[page:CubeTexture THREE.CubeTexture]</td>
 				</tr>
 
 			</tbody>
 		</table>
-		</p>
+		
 		<p>
 		(*) Same for an (innermost) array (dimension) of the same GLSL type, containing the components of all vectors or matrices in the array.
 		</p>