Parcourir la source

Make doc checker happy (3)

Popov72 il y a 6 ans
Parent
commit
50bcbc3ec6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Materials/Node/Blocks/PBR/reflectivityBlock.ts

+ 1 - 1
src/Materials/Node/Blocks/PBR/reflectivityBlock.ts

@@ -111,7 +111,7 @@ export class ReflectivityBlock extends NodeMaterialBlock {
 
     /**
      * Gets the main code of the block (fragment side)
-     * @params aoIntensityVarName name of the variable with the ambient occlusion intensity
+     * @param aoIntensityVarName name of the variable with the ambient occlusion intensity
      * @returns the shader code
      */
     public getCode(aoIntensityVarName: string): string {