Browse Source

Plugin Tutorial _ExitTree c# example comment fix (#2932)

Plugin Tutorial _ExitTree c# example comment fix
Hugo Locurcio 5 years ago
parent
commit
77ccd38fea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/plugins/editor/making_plugins.rst

+ 1 - 1
tutorials/plugins/editor/making_plugins.rst

@@ -110,7 +110,7 @@ like this:
 
         public override void _ExitTree()
         {
-            // Initialization of the plugin goes here
+            // Clean-up of the plugin goes here
         }
     }
     #endif