From 0104bd2d27fd76fa2cf1535b329e05d9fbe42e1a Mon Sep 17 00:00:00 2001 From: Stephen Ostermiller Date: Wed, 2 Jul 2025 20:15:48 -0400 Subject: [PATCH] changelog wording for clarity Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com> --- docs/ChangeLog/20250831/pr25439.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ChangeLog/20250831/pr25439.md b/docs/ChangeLog/20250831/pr25439.md index a371693fe35..16fe72f2ac3 100644 --- a/docs/ChangeLog/20250831/pr25439.md +++ b/docs/ChangeLog/20250831/pr25439.md @@ -20,7 +20,7 @@ const tap_dance_action_t tap_dance_actions[] PROGMEM = { ## New syntax for `ACTION_TAP_DANCE_DOUBLE` -`ACTION_TAP_DANCE_DOUBLE` no longer accepts two keycode literals, now it needs a variable containing the key code pair. +`ACTION_TAP_DANCE_DOUBLE` no longer accepts two keycode literals, now it needs a variable containing the key code pair. Change from ```c