Explorar o código

doc: fixed typo

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
cd2245ef03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/entt/core/hashed_string.hpp

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

@@ -107,7 +107,7 @@ public:
      * characters.<br/>
      * Example of use:
      * @code{.cpp}
-     * const auto value = basic_hashed_string<char>::to_value("my.png");
+     * const auto value = basic_hashed_string<char>::value("my.png");
      * @endcode
      *
      * @tparam N Number of characters of the identifier.