Fix BufferAttributeTypes doc, replace page with param
@@ -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 />