Skip to content

Commit 4aba80a

Browse files
authored
Added ,
1 parent 3b906a7 commit 4aba80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/00_Setup/04_Logical_device_and_queues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ device = vk::raii::Device( physicalDevice, deviceCreateInfo );
174174

175175
Passed parameters are the physical device to interface with, and the create
176176
info we`ve just specified. Additional and optional parameters include the allocation callbacks pointer and a pointer
177-
specifying where to store the created logical device handle. In our case the function call returns the `vk::Device` handle directly.
177+
specifying where to store the created logical device handle. In our case, the function call returns the `vk::Device` handle directly.
178178
Similarly to the instance creation function, this call can throw errors based on enabling non-existent
179179
extensions or specifying the desired usage of unsupported features.
180180

0 commit comments

Comments
 (0)