diff options
author | Paul Joannon <437025+paulloz@users.noreply.github.com> | 2021-03-18 12:04:28 +0100 |
---|---|---|
committer | Paul Joannon <hello@pauljoannon.com> | 2021-03-19 13:21:20 +0100 |
commit | 8455e901f39c90d581aeb8913640219fb8754e77 (patch) | |
tree | 9b4c919e2b8b2637ca7b914f74aaea73e198fa75 /doc/classes/StringName.xml | |
parent | 3b380f4cdcfd54ebb1f4b32654618502571a43df (diff) | |
download | redot-engine-8455e901f39c90d581aeb8913640219fb8754e77.tar.gz |
class reference proofreading
Diffstat (limited to 'doc/classes/StringName.xml')
-rw-r--r-- | doc/classes/StringName.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/StringName.xml b/doc/classes/StringName.xml index af0074f080..be32f6a234 100644 --- a/doc/classes/StringName.xml +++ b/doc/classes/StringName.xml @@ -4,7 +4,7 @@ An optimized string type for unique names. </brief_description> <description> - [StringName]s are immutable strings designed for general-purpose represention of unique names. [StringName] ensures that only one instance of a given name exists (so two [StringName]s with the same value are the same object). Comparing them is much faster than with regular [String]s, because only the pointers are compared, not the whole strings. + [StringName]s are immutable strings designed for general-purpose representation of unique names. [StringName] ensures that only one instance of a given name exists (so two [StringName]s with the same value are the same object). Comparing them is much faster than with regular [String]s, because only the pointers are compared, not the whole strings. </description> <tutorials> </tutorials> |