Browse Source

Merge pull request #20382 from ycw/patch-3

Docs: fixed mismatch param names
Mr.doob 4 years ago
parent
commit
42e4495610
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/en/loaders/Cache.html
  2. 1 1
      docs/api/en/math/SphericalHarmonics3.html

+ 1 - 1
docs/api/en/loaders/Cache.html

@@ -41,7 +41,7 @@
 
 		<h2>Methods</h2>
 
-		<h3>[method:null add]( [param:String key], file )</h3>
+		<h3>[method:null add]( [param:String key], [param:Object file] )</h3>
 		<p>
 		[page:String key] — the [page:String key] to reference the cached file by.<br />
 		[page:Object file] — The file to be cached.<br /><br />

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

@@ -93,7 +93,7 @@
 
 		<h3>[method:SphericalHarmonics3 scale]( [param:Number scale] )</h3>
 		<p>
-			[page:Number sh] - The scale factor.<br /><br />
+			[page:Number scale] - The scale factor.<br /><br />
 
 			Scales this SH by the given scale factor.
 		</p>