summaryrefslogtreecommitdiff
path: root/modules/mono
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-04-24 22:14:43 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-05-02 11:42:09 -0300
commit093b069bf6540e66352669b490d6577008992828 (patch)
tree05782dfd3223d4eae9b02ecd8003ff63f5b80aee /modules/mono
parent613a8bee415381a8564d34092b479e1f159e8e60 (diff)
Changed periods in the script templates.
Diffstat (limited to 'modules/mono')
-rw-r--r--modules/mono/csharp_script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index adc5f16f92..bbe245951e 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -305,7 +305,7 @@ Ref<Script> CSharpLanguage::get_template(const String &p_class_name, const Strin
" public override void _Ready()\n"
" {\n"
" // Called every time the node is added to the scene.\n"
- " // Initialization here\n"
+ " // Initialization here.\n"
" \n"
" }\n"
"\n"