From dee2414ee7759c709162eabad4e53cfe47c8cdd4 Mon Sep 17 00:00:00 2001 From: Merlyn Morgan-Graham Date: Sat, 16 Aug 2025 09:09:20 +0000 Subject: [PATCH] Fix typo in SDL_power doc comment --- include/SDL3/SDL_power.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_power.h b/include/SDL3/SDL_power.h index 694fb0924d..bc2d9d53ef 100644 --- a/include/SDL3/SDL_power.h +++ b/include/SDL3/SDL_power.h @@ -88,8 +88,8 @@ typedef enum SDL_PowerState * can't determine a value or there is no battery. * \param percent a pointer filled in with the percentage of battery life * left, between 0 and 100, or NULL to ignore. This will be - * filled in with -1 we can't determine a value or there is no - * battery. + * filled in with -1 when we can't determine a value or there + * is no battery. * \returns the current battery state or `SDL_POWERSTATE_ERROR` on failure; * call SDL_GetError() for more information. *