From 1d7d96a278e222ba3c1cce9c580c20bb3f412c1c Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 25 Feb 2025 17:18:08 +0000 Subject: [PATCH] docs: fix incorrect doc about getValue type --- include/hyprlang.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hyprlang.hpp b/include/hyprlang.hpp index 457feca..547fcb8 100644 --- a/include/hyprlang.hpp +++ b/include/hyprlang.hpp @@ -254,7 +254,7 @@ namespace Hyprlang { /*! Get the contained value as an std::any. For strings, this is a const char*. - For custom data types, this is a CConfigCustomValueType*. + For custom data types, this is a void* representing the data ptr stored by it. */ std::any getValue() const { switch (m_eType) {