From ea7f37a2476b01e4e147cf650c41515997e97a10 Mon Sep 17 00:00:00 2001 From: Lukas Zanner Date: Fri, 14 Jun 2019 12:53:57 +0200 Subject: [PATCH] Fix typo in doc of glfwGetRequiredInstanceExtensions --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 07345aec6..568e71e11 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -5643,7 +5643,7 @@ GLFWAPI int glfwVulkanSupported(void); * * This function returns an array of names of Vulkan instance extensions required * by GLFW for creating Vulkan surfaces for GLFW windows. If successful, the - * list will always contains `VK_KHR_surface`, so if you don't require any + * list will always contain `VK_KHR_surface`, so if you don't require any * additional extensions you can pass this list directly to the * `VkInstanceCreateInfo` struct. *