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

Skip to content

Commit cd62489

Browse files
committed
Fixed casing in VkSwapchainKHR explanation
1 parent 5442a3b commit cd62489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ be specified in this field. This is a complex topic that we'll learn more about
508508
in [a future chapter](!Drawing_a_triangle/Swap_chain_recreation). For now we'll
509509
assume that we'll only ever create one swap chain.
510510

511-
Now add a class member to store the `VkSwapChainKHR` object with a proper
511+
Now add a class member to store the `VkSwapchainKHR` object with a proper
512512
deleter. Make sure to add it after `device` so that it gets cleaned up before
513513
the logical device is.
514514

0 commit comments

Comments
 (0)