Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7844b33

Browse files
authored
Fix typo
1 parent 8843f33 commit 7844b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/00_Setup/00_Base_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ this parameter in the tutorial and always pass `nullptr` as argument.
101101

102102
## Integrating GLFW
103103

104-
Vulkan works perfectly fine without a creating a window if you want to use it
104+
Vulkan works perfectly fine without creating a window if you want to use it for
105105
off-screen rendering, but it's a lot more exciting to actually show something!
106106
First replace the `#include <vulkan/vulkan.h>` line with
107107

0 commit comments

Comments
 (0)