Przeglądaj źródła

Removed rogue bracket (#23369)

Stephens Nunnally 4 lat temu
rodzic
commit
5ae01711b6
1 zmienionych plików z 1 dodań i 1 usunięć
  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 />
 
 

粤ICP备19079148号