Browse Source

Merge pull request #8031 from cabbagestole/patch-1

Update godot_interfaces.rst . It's a simple typo.
Max Hilbrunner 1 year ago
parent
commit
9be887e853
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/best_practices/godot_interfaces.rst

+ 1 - 1
tutorials/best_practices/godot_interfaces.rst

@@ -525,7 +525,7 @@ accesses:
             _child.MyMethod();
         }
 
-        public void PrintMe() {
+        public void PrintMe()
         {
             GD.Print(Name);
         }