From 0b4a195f4babcfc2f7af6e686b9f3b0029511b04 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 5 Mar 2024 21:32:25 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_vulkan.h b/include/SDL3/SDL_vulkan.h index 58fe118836..958baf8463 100644 --- a/include/SDL3/SDL_vulkan.h +++ b/include/SDL3/SDL_vulkan.h @@ -150,7 +150,7 @@ extern DECLSPEC void SDLCALL SDL_Vulkan_UnloadLibrary(void); * You should not free the returned array; it is owned by SDL. * * \param count A pointer to an int that will be filled with the number of - * extensions returned. + * extensions returned. * \returns An array of extension name strings on success, NULL on error. * * \since This function is available since SDL 3.0.0.