浏览代码

Fix minor typo: If if -> If.

Bhee 4 年之前
父节点
当前提交
0b9e48fa3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/vulkan.dox

+ 1 - 1
docs/vulkan.dox

@@ -93,7 +93,7 @@ if (glfwVulkanSupported())
 This function returns `GLFW_TRUE` if the Vulkan loader and any minimally
 functional ICD was found.
 
-If if one or both were not found, calling any other Vulkan related GLFW function
+If one or both were not found, calling any other Vulkan related GLFW function
 will generate a @ref GLFW_API_UNAVAILABLE error.