From ceeda6de3be9bfc39b4e2d6f788ad04da93cbb9f Mon Sep 17 00:00:00 2001 From: iTrooz Date: Tue, 14 May 2024 14:17:36 +0200 Subject: [PATCH] doc: remove hex.builtin.provider.memory name (#1675) --- lib/libimhex/include/hex/providers/provider.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libimhex/include/hex/providers/provider.hpp b/lib/libimhex/include/hex/providers/provider.hpp index 3c55b2da7..90da1c4c4 100644 --- a/lib/libimhex/include/hex/providers/provider.hpp +++ b/lib/libimhex/include/hex/providers/provider.hpp @@ -148,7 +148,7 @@ namespace hex::prv { * @brief Gets the type name of this provider * @note This is mainly used to be stored in project files and recents to be able to later on * recreate this exact provider type. This needs to be unique across all providers, this is usually something - * like "hex.builtin.provider.memory" or "hex.builtin.provider.file" + * like "hex.builtin.provider.mem_file" or "hex.builtin.provider.file" * @return The provider's type name */ [[nodiscard]] virtual std::string getTypeName() const = 0;