瀏覽代碼

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 />