|
|
@@ -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 ),
|