瀏覽代碼

InterleavedBuffer: Improved wording

Mugen87 7 年之前
父節點
當前提交
459c6811c0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/core/InterleavedBuffer.html

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

@@ -24,7 +24,7 @@
 		<h3>[name]( [page:TypedArray array], [page:Integer stride] )</h3>
 		<div>
 			[page:TypedArray array] -- A typed array with a shared buffer. Stores the geometry data.<br/>
-			[page:Integer stride] -- How far apart is the start of each vertex.
+			[page:Integer stride] -- How far apart the start of each vertex is.
 		</div>
 
 		<h2>Properties</h2>
@@ -36,7 +36,7 @@
 
 		<h3>[property:Integer stride]</h3>
 		<div>
-			How far apart is the start of each vertex.
+			How far apart the start of each vertex is.
 		</div>
 
 		<h3>[property:Integer count]</h3>