You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix various typos
* Add TODO notes for typos that should be fixed for 5.0 Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ static String _translate_doc_string(const String &p_text) {
|
||||
return translated.indent(indent);
|
||||
}
|
||||
|
||||
// Comparator for constructors, based on `MetodDoc` operator.
|
||||
// Comparator for constructors, based on `MethodDoc` operator.
|
||||
struct ConstructorCompare {
|
||||
_FORCE_INLINE_ bool operator()(const DocData::MethodDoc &p_lhs, const DocData::MethodDoc &p_rhs) const {
|
||||
// Must be a constructor (i.e. assume named for the class)
|
||||
|
||||
Reference in New Issue
Block a user