Explorar el Código

ExitTree c# example comment fix

Should be "Clean-up of the plugin goes here"
Ethan Jones hace 5 años
padre
commit
0500cd52a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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