Browse Source

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

DOCS: Fixed error in .isRectAreaLight method
Mr.doob 8 years ago
parent
commit
dd4e3d139f
1 changed files with 1 additions and 1 deletions
  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>