diff options
| author | Michael Alexsander Silva Dias | 2018-05-23 18:11:00 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias | 2018-05-23 18:11:00 -0300 |
| commit | 4e257293d9b074b272350bfe88c891dec6632a14 (patch) | |
| tree | b7c0a506fdd66cebfeddb62d615a8b7c31e8ce08 /modules/gdscript/gdscript_editor.cpp | |
| parent | d55351ed20def8c84e36435ce8c85a1701b73ffd (diff) | |
| download | godot-4e257293d9b074b272350bfe88c891dec6632a14.tar.gz godot-4e257293d9b074b272350bfe88c891dec6632a14.tar.zst godot-4e257293d9b074b272350bfe88c891dec6632a14.zip | |
Diffstat (limited to 'modules/gdscript/gdscript_editor.cpp')
| -rw-r--r-- | modules/gdscript/gdscript_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_editor.cpp b/modules/gdscript/gdscript_editor.cpp index 30ef16746..4286412c1 100644 --- a/modules/gdscript/gdscript_editor.cpp +++ b/modules/gdscript/gdscript_editor.cpp @@ -416,7 +416,7 @@ String GDScriptLanguage::make_function(const String &p_class, const String &p_na s += p_args[i].get_slice(":", 0); } } - s += "):\n" + _get_indentation() + "pass # replace with function body\n"; + s += "):\n" + _get_indentation() + "pass # Replace with function body.\n"; return s; } |
