Преглед на файлове

Fix incorrect emphasis tag in BufferGeometry.html

Tristan VALCKE преди 8 години
родител
ревизия
5eaf62d2fa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/api/core/BufferGeometry.html

+ 1 - 1
docs/api/core/BufferGeometry.html

@@ -47,7 +47,7 @@
 
 		<h3>Accessing attributes</h3>
 		<p>
-		WebGL stores data associated with individual vertices of a geometry in <emph>attributes</emph>.
+		WebGL stores data associated with individual vertices of a geometry in <em>attributes</em>.
 		Examples include the position of the vertex, the normal vector for the vertex, the vertex color,
 		and so on. When using [page:Geometry], the [page:WebGLRenderer renderer] takes care of wrapping
 		up this information into typed array buffers and sending this data to the shader. With