From cfbae8b967b75668e679cf95715acdf6eb331567 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <icculus-sdlwikibot@icculus.org>
Date: Thu, 11 Nov 2021 23:12:04 +0000
Subject: [PATCH] Sync wiki -> header

---
 include/SDL_gamecontroller.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h
index 0b6c14100..740dc656f 100644
--- a/include/SDL_gamecontroller.h
+++ b/include/SDL_gamecontroller.h
@@ -901,8 +901,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasLED(SDL_GameController *ga
  * Query whether a game controller has rumble support.
  *
  * \param gamecontroller The controller to query
- * \returns SDL_TRUE, or SDL_FALSE if this controller does not have
- *          rumble support
+ * \returns SDL_TRUE, or SDL_FALSE if this controller does not have rumble
+ *          support
  *
  * \since This function is available since SDL 2.0.18.
  *
@@ -914,8 +914,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasRumble(SDL_GameController
  * Query whether a game controller has rumble support on triggers.
  *
  * \param gamecontroller The controller to query
- * \returns SDL_TRUE, or SDL_FALSE if this controller does not have
- *          trigger rumble support
+ * \returns SDL_TRUE, or SDL_FALSE if this controller does not have trigger
+ *          rumble support
  *
  * \since This function is available since SDL 2.0.18.
  *