Преглед изворни кода

ExitTree c# example comment fix

Should be "Clean-up of the plugin goes here"
Ethan Jones пре 5 година
родитељ
комит
0500cd52a0
1 измењених фајлова са 1 додато и 1 уклоњено
  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