浏览代码

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