SDL: Sync SDL3 wiki -> header (3f2f7)

From 3f2f712fffcfa07dbba48e88aff24006ab012f21 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 28 Apr 2024 12:29:13 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_keyboard.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_keyboard.h b/include/SDL3/SDL_keyboard.h
index ec0affc4655f8..c159a62166e03 100644
--- a/include/SDL3/SDL_keyboard.h
+++ b/include/SDL3/SDL_keyboard.h
@@ -302,7 +302,7 @@ extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromName(const char *name);
  * and SDL_TextEditingEvent (SDL_EVENT_TEXT_EDITING) events. Please use this
  * function in pair with SDL_StopTextInput().
  *
- * Text input events are received by default.
+ * Text input events are not received by default.
  *
  * On some platforms using this function activates the screen keyboard.
  *
@@ -327,7 +327,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_TextInputActive(void);
 /**
  * Stop receiving any text input events.
  *
- * Text input events are received by default.
+ * Text input events are not received by default.
  *
  * \since This function is available since SDL 3.0.0.
  *