From 24e78796d385cf2c14b5a213e134902339b899a7 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Tue, 17 Oct 2023 16:15:41 -0500 Subject: [PATCH] correcting comment --- include/micm/configure/solver_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/micm/configure/solver_config.hpp b/include/micm/configure/solver_config.hpp index 0ba77906b..b4df2a88c 100644 --- a/include/micm/configure/solver_config.hpp +++ b/include/micm/configure/solver_config.hpp @@ -884,7 +884,7 @@ namespace micm } /// @brief Search for nonstandard keys. Only nonstandard keys starting with __ are allowed. Others are considered typos - /// @param object_keys the keys of the object + /// @param object the object whose keys need to be validated /// @param required_keys The required keys /// @param optional_keys The optional keys /// @return true if only standard keys are found