From 6a449ae1f3901ea201ddc719b21019fb11fd0bdb Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 4 Jan 2026 22:26:46 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hidapi.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_hidapi.h b/include/SDL3/SDL_hidapi.h
index d9802652e61dd..eb2eede909174 100644
--- a/include/SDL3/SDL_hidapi.h
+++ b/include/SDL3/SDL_hidapi.h
@@ -161,8 +161,8 @@ typedef struct SDL_hid_device_info
*
* This function initializes the HIDAPI library. Calling it is not strictly
* necessary, as it will be called automatically by SDL_hid_enumerate(),
- * SDL_hid_open(), and SDL_hid_open_path() if needed. This function should
- * be called at the beginning of execution however, if there is a chance of
+ * SDL_hid_open(), and SDL_hid_open_path() if needed. This function should be
+ * called at the beginning of execution however, if there is a chance of
* HIDAPI handles being opened by different threads simultaneously.
*
* Each call to this function should have a matching call to SDL_hid_exit()