浏览代码

Update InterleavedBuffer doc for .setArray() return type

Takahiro 7 年之前
父节点
当前提交
c9f8e84ea0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/core/InterleavedBuffer.html

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

@@ -81,7 +81,7 @@
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 
 
-		<h3>[method:null setArray] ( [param:TypedArray array] ) </h3>
+		<h3>[method:InterleavedBuffer setArray] ( [param:TypedArray array] ) </h3>
 		<p>
 		<p>
 		 array - must be  a Typed Array.
 		 array - must be  a Typed Array.
 		</p>
 		</p>