From 255ea97cc403aa70caa17619fee2927d201f6545 Mon Sep 17 00:00:00 2001 From: David Volovskiy Date: Sun, 25 Aug 2024 12:38:08 -0400 Subject: [PATCH] Documentation fix --- movement/watch_faces/complication/wordle_face.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/movement/watch_faces/complication/wordle_face.h b/movement/watch_faces/complication/wordle_face.h index a03f9eea..0d73a9b8 100644 --- a/movement/watch_faces/complication/wordle_face.h +++ b/movement/watch_faces/complication/wordle_face.h @@ -46,7 +46,7 @@ * Else: Next screen * Light Hold * If Playing: Previous letter - * Else: None + * Else: Toggle skipping over letters that have been confirmed to not be in the word (indicated via the LAP icon) * * Alarm Press * If Playing: If WORDLE_USE_RANDOM_GUESS is set and Light btn held and @@ -57,7 +57,7 @@ * Else: Next screen * Alarm Hold * If Playing: Previous position - * Else: Toggle skipping over letters that have been confirmed to not be in the word (indicated via the LAP icon) + * Else: None */ #define WORDLE_LENGTH 5