From a4435242f8e61001c4a3af20ea9826c066478850 Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 22 Sep 2023 23:22:00 -0400 Subject: [PATCH] minor edit to documentation wording --- src/Pad.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pad.hpp b/src/Pad.hpp index ce6943f..863b5b8 100644 --- a/src/Pad.hpp +++ b/src/Pad.hpp @@ -159,7 +159,7 @@ namespace sb /*! * Set the function that will run when a pad object is clicked. * - * Example, always keep state true and print "Hello, World!" whenever the pad is clicked, + * This example always keeps the state true and prints "Hello, World!" whenever the pad is clicked, * * start_button.on_state_change([&](bool state, int count){ * if (state) {