瀏覽代碼

Merge branch 'patch-1' of https://github.com/lwhorton/three.js into dev

Mr.doob 11 年之前
父節點
當前提交
c88c8d01d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/core/BufferGeometry.html

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

@@ -10,7 +10,7 @@
 		<h1>[name]</h1>
 
 		<div class="desc">
-		This is a superefficent class for geometries because it saves all data in buffers. <br />
+		This is a super efficient class for geometries because it saves all data in buffers. <br />
 		It reduces memory costs and cpu cycles. But it is not as easy to work with because of all the necessary buffer calculations.<br />
 		It is mainly interesting when working with static objects.
 		</div>