From b64ba00fcc63506820eafdb754346041d08d18cb Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Thu, 18 Apr 2024 16:03:47 -0400 Subject: [PATCH] Fix typo in comment --- include/emp/web/Attributes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emp/web/Attributes.hpp b/include/emp/web/Attributes.hpp index 95e47f75c..30e34dc7e 100644 --- a/include/emp/web/Attributes.hpp +++ b/include/emp/web/Attributes.hpp @@ -145,7 +145,7 @@ namespace web { #endif } - /// Apply onlay a SPECIFIC attributes setting with a specifid value! + /// Apply only a SPECIFIC attributes setting with a specifid value! static void Apply(const std::string & widget_id, const std::string & setting, const std::string & value) { #ifdef __EMSCRIPTEN__