diff options
Diffstat (limited to 'core/templates/hash_map.h')
-rw-r--r-- | core/templates/hash_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/hash_map.h b/core/templates/hash_map.h index a3e8c2c788..a3d46be323 100644 --- a/core/templates/hash_map.h +++ b/core/templates/hash_map.h @@ -245,7 +245,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; |