From 45d2571cc592fd3860092bc92df29219d79baddf Mon Sep 17 00:00:00 2001 From: Sean Baggaley Date: Sun, 11 Mar 2018 18:28:06 +0000 Subject: [PATCH] Fix a typo in the readme (#193) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a74b9..788b83b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Vulkan-Hpp requires a C++11 capable compiler to compile. The following compilers To avoid name collisions with the Vulkan C API the C++ bindings reside in the vk namespace. The following rules apply to the new naming -* All functions, enums, handles, and structs have the Vk prefix removed. In addition to this the first leter of functions is lower case. +* All functions, enums, handles, and structs have the Vk prefix removed. In addition to this the first letter of functions is lower case. * `vkCreateImage` can be accessed as `vk::createImage` * `VkImageTiling` can be accessed as `vk::ImageTiling` * `VkImageCreateInfo` can be accessed as `vk::ImageCreateInfo`