Skip to content

Commit 435e467

Browse files
authored
Merge pull request Overv#85 from 1ace/patch-1
Minor wording fix
2 parents 68dc232 + 2f60f67 commit 435e467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/00_Setup/04_Logical_device_and_queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ queueCreateInfo.queueFamilyIndex = indices.graphicsFamily;
4444
queueCreateInfo.queueCount = 1;
4545
```
4646

47-
The currently available drivers will only allow you to create a low number of
47+
The currently available drivers will only allow you to create a small number of
4848
queues for each family queue and you don't really need more than one. That's
4949
because you can create all of the command buffers on multiple threads and then
5050
submit them all at once on the main thread with a single low-overhead call.

0 commit comments

Comments
 (0)