mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Update godot_interfaces.rst
One too many open curly bracket "{".
Wrong
public void PrintMe() {
Correct
public void PrintMe()
This commit is contained in:
@@ -525,7 +525,7 @@ accesses:
|
||||
_child.MyMethod();
|
||||
}
|
||||
|
||||
public void PrintMe() {
|
||||
public void PrintMe()
|
||||
{
|
||||
GD.Print(Name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user