Browse Source

Docs: Correct references in RectAreaLightHelper

Mugen87 8 years ago
parent
commit
3547ac77c9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/api/extras/helpers/RectAreaLightHelper.html

+ 3 - 3
docs/api/extras/helpers/RectAreaLightHelper.html

@@ -29,14 +29,14 @@ scene.add( helper );
 
 		<h2>Constructor</h2>
 
-		<h3>[name]( [page:HemisphereLight light] )</h3>
-		<div>[page:HemisphereLight light] -- The light being visualized.</div>
+		<h3>[name]( [page:RectAreaLight light] )</h3>
+		<div>[page:RectAreaLight light] -- The light being visualized.</div>
 
 
 		<h2>Properties</h2>
 		<div>See the base [page:Object3D] class for common properties.</div>
 
-		<h3>[property:HemisphereLight light]</h3>
+		<h3>[property:RectAreaLight light]</h3>
 		<div>Reference to the RectAreaLight being visualized.</div>