Explorar o código

Fix uncorrect closing tags in Uniform.html

Tristan VALCKE %!s(int64=8) %!d(string=hai) anos
pai
achega
66e479edd3
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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>