浏览代码

Merge pull request #10622 from looeee/docs/RectAreaLight/fixError

DOCS: Fixed error in .isRectAreaLight method
Mr.doob 8 年之前
父节点
当前提交
dd4e3d139f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/lights/RectAreaLight.html

+ 1 - 1
docs/api/lights/RectAreaLight.html

@@ -96,7 +96,7 @@ scene.add(rectLight)
 
 		<h3>[property:Boolean isRectAreaLight]</h3>
 		<div>
-			Used to check whether this or derived classes are spot lights. Default is *true*.<br /><br />
+			Used to check whether this or derived classes are RectAreaLights. Default is *true*.<br /><br />
 
 			You should not change this, as it used internally for optimisation.
 		</div>