Browse Source

doc: typo

skypjack 11 months ago
parent
commit
0f54af1a11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/core/hashed_string.hpp

+ 1 - 1
src/entt/core/hashed_string.hpp

@@ -153,7 +153,7 @@ public:
         : base_type{helper({wrapper.repr})} {}
         : base_type{helper({wrapper.repr})} {}
 
 
     /**
     /**
-     * @brief Returns the size a hashed string.
+     * @brief Returns the size of a hashed string.
      * @return The size of the hashed string.
      * @return The size of the hashed string.
      */
      */
     [[nodiscard]] constexpr size_type size() const noexcept {
     [[nodiscard]] constexpr size_type size() const noexcept {