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

Skip to content

Commit 1ce0b28

Browse files
committed
Fix typo in physical devices chapter
1 parent 8908b3d commit 1ce0b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/00_Setup/03_Physical_devices_and_queue_families.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ idea of how you could design your device selection process. Of course you can
179179
also just display the names of the choices and allow the user to select.
180180

181181
Because we're just starting out, Vulkan support is the only thing we need and
182-
tTherefore we'll settle for just any GPU:
182+
therefore we'll settle for just any GPU:
183183

184184
```c++
185185
bool isDeviceSuitable(VkPhysicalDevice device) {

0 commit comments

Comments
 (0)