From ece6a6ed8fa58a223f8d1c9c877b7c8118376edd Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 5 Jan 2025 19:12:20 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_stdinc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index 31f56f7801..cd172c4250 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -32,9 +32,9 @@ * between Windows and Linux builds, or itoa() only existing on some * platforms. * - * For many of the most common functions, like SDL_memcpy, SDL might just - * call through to the usual C runtime behind the scenes, if it makes sense to - * do so (if it's faster and always available/reliable on a given platform), + * For many of the most common functions, like SDL_memcpy, SDL might just call + * through to the usual C runtime behind the scenes, if it makes sense to do + * so (if it's faster and always available/reliable on a given platform), * reducing library size and offering the most optimized option. * * SDL also offers other C-runtime-adjacent functionality in this header that