You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Capitalized comments of methods created by the Connect Signal dialog.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user