diff --git a/include/dusk/config_var.hpp b/include/dusk/config_var.hpp index b775aa0584..bb1710662c 100644 --- a/include/dusk/config_var.hpp +++ b/include/dusk/config_var.hpp @@ -171,6 +171,9 @@ public: /** * \brief Get the current value of the CVar. + * + * This reference is not guaranteed to remain up-to-date after modification of the CVar. + * It will, however, remain sound to access. */ [[nodiscard]] constexpr const T& getValue() const noexcept { checkRegistered();