Skip to content

Commit 36eaba5

Browse files
authored
Merge pull request #260 from endlessm/call-method-on-node-typo
Fix typo in "call method on node" block
2 parents 2dc28d5 + 8d6be18 commit 36eaba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/blocks/communication/call_method_node.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Calls the method/function of the given node"
1010
category = "Communication | Methods"
1111
type = 2
1212
variant_type = 0
13-
display_template = "call method {method_name: STRING} in node {node: OBJECT}"
13+
display_template = "call method {method_name: STRING} on node {node: OBJECT}"
1414
code_template = "{node}.call({method_name})"
1515
defaults = {}
1616
signal_name = ""

0 commit comments

Comments
 (0)