Skip to content

Commit 66dbc98

Browse files
authored
Update godot_interfaces.rst
One too many open curly bracket "{". Wrong public void PrintMe() { Correct public void PrintMe()
1 parent fed201e commit 66dbc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/best_practices/godot_interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ accesses:
525525
_child.MyMethod();
526526
}
527527

528-
public void PrintMe() {
528+
public void PrintMe()
529529
{
530530
GD.Print(Name);
531531
}

0 commit comments

Comments
 (0)