Explorar el Código

Update ArrayNode.js

Fix typo.
Michael Herzog hace 11 meses
padre
commit
91f977091a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/nodes/core/ArrayNode.js

+ 1 - 1
src/nodes/core/ArrayNode.js

@@ -2,7 +2,7 @@ import TempNode from './TempNode.js';
 import { addMethodChaining, nodeObject } from '../tsl/TSLCore.js';
 
 /**
- * ArrayNode represents a collection of nodes, typically created using the {@link marray} function.
+ * ArrayNode represents a collection of nodes, typically created using the {@link array} function.
  * ```js
  * const colors = array( [
  * 	vec3( 1, 0, 0 ),

粤ICP备19079148号