Browse Source

Removed rogue bracket (#23369)

Stephens Nunnally 3 years ago
parent
commit
5ae01711b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/math/Color.html

+ 1 - 1
docs/api/en/math/Color.html

@@ -123,7 +123,7 @@ const color7 = new THREE.Color( 1, 0, 0 );
 		Converts this color from sRGB space to linear space.
 		Converts this color from sRGB space to linear space.
 		</p>
 		</p>
 
 
-		<h3>[method:this copyLinearToSRGB]( [param:Color color]] ) </h3>
+		<h3>[method:this copyLinearToSRGB]( [param:Color color] ) </h3>
 		<p>
 		<p>
 		[page:Color color] — Color to copy.<br />
 		[page:Color color] — Color to copy.<br />