diff options
Diffstat (limited to 'core/templates/hash_set.h')
-rw-r--r-- | core/templates/hash_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/hash_set.h b/core/templates/hash_set.h index 295b07e5e7..94293a309a 100644 --- a/core/templates/hash_set.h +++ b/core/templates/hash_set.h @@ -230,7 +230,7 @@ public: _FORCE_INLINE_ uint32_t get_capacity() const { return hash_table_size_primes[capacity_index]; } _FORCE_INLINE_ uint32_t size() const { return num_elements; } - /* Standard Godot Container API */ + /* Standard Redot Container API */ bool is_empty() const { return num_elements == 0; |