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

Merge pull request #13675 from takahirox/FixBufferAttributeTypesDoc

Fix BufferAttributeTypes doc, replace page with param
Mr.doob преди 7 години
родител
ревизия
032ce76800
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/api/core/bufferAttributeTypes/BufferAttributeTypes.html

+ 1 - 1
docs/api/core/bufferAttributeTypes/BufferAttributeTypes.html

@@ -32,7 +32,7 @@
 		<h2>Constructor</h2>
 
 		All of the above are called in the same way.
-		<h3>TypedBufferAttribute( [page:Array array], [page:Integer itemSize] )</h3>
+		<h3>TypedBufferAttribute( [param:Array array], [param:Integer itemSize] )</h3>
 		<div>
 			array -- this can be a typed or untyped (normal) array. It will be converted to the Type specified.<br /><br />