Docs: fixed mismatch param names
@@ -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 />
@@ -93,7 +93,7 @@
<h3>[method:SphericalHarmonics3 scale]( [param:Number scale] )</h3>
- [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>