From cd2245ef030f61895a99d0a78cda92860b019151 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 1 Sep 2021 10:03:16 +0200 Subject: [PATCH] doc: fixed typo --- src/entt/core/hashed_string.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/core/hashed_string.hpp b/src/entt/core/hashed_string.hpp index b5397c6ed..77cfb755a 100644 --- a/src/entt/core/hashed_string.hpp +++ b/src/entt/core/hashed_string.hpp @@ -107,7 +107,7 @@ public: * characters.
* Example of use: * @code{.cpp} - * const auto value = basic_hashed_string::to_value("my.png"); + * const auto value = basic_hashed_string::value("my.png"); * @endcode * * @tparam N Number of characters of the identifier.