Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Dec 15, 2024
1 parent 68ae9af commit 3aa06c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/nodes/core/UniformNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ declare class UniformNode<TValue> extends InputNode<TValue> {
}
export default UniformNode;
/**
* TSL function for creating a uniform node with the given paramters.
* TSL function for creating a uniform node.
*
* @function
* @param {Any} arg1 - The value of this node. Usually a JS primitive or three.js object (vector, matrix, color, texture).
Expand Down

0 comments on commit 3aa06c7

Please sign in to comment.