summaryrefslogtreecommitdiffstats
path: root/core/string/string_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/string/string_builder.h')
-rw-r--r--core/string/string_builder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/string/string_builder.h b/core/string/string_builder.h
index 1a989e8422..5cc70df37b 100644
--- a/core/string/string_builder.h
+++ b/core/string/string_builder.h
@@ -5,6 +5,8 @@
/* GODOT ENGINE */
/* https://godotengine.org */
/**************************************************************************/
+/* Copyright (c) 2024-present Redot Engine contributors */
+/* (see REDOT_AUTHORS.md) */
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
/* */
@@ -40,7 +42,7 @@ class StringBuilder {
Vector<String> strings;
Vector<const char *> c_strings;
- // -1 means it's a Godot String
+ // -1 means it's a Redot String
// a natural number means C string.
Vector<int32_t> appended_strings;