Skip to content

Commit

Permalink
StackNode: elseIf -> elseif (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan committed Jul 30, 2024
1 parent 8b549ac commit fa5fbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/nodes/core/StackNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class StackNode extends Node {

if(boolNode: Node, method: () => void): this;

elseIf(node: Node, method: () => void): this;
elseif(node: Node, method: () => void): this;

else(node: Node, method: () => void): this;
}

0 comments on commit fa5fbb8

Please sign in to comment.