Browse Source

Merge pull request #13675 from takahirox/FixBufferAttributeTypesDoc

Fix BufferAttributeTypes doc, replace page with param
Mr.doob 7 years ago
parent
commit
032ce76800
1 changed files with 1 additions and 1 deletions
  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 />