Skip to content

Commit 9be887e

Browse files
authored
Merge pull request godotengine#8031 from cabbagestole/patch-1
Update godot_interfaces.rst . It's a simple typo.
2 parents 55c5781 + 66dbc98 commit 9be887e

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)