Skip to content

Commit 65ea03f

Browse files
committed
Fix minor typo
1 parent 2614d24 commit 65ea03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookcontents/chapter-02/chapter-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ This can be turned off when our application is ready for delivery.
157157
> [!WARNING]
158158
> **macOS** To enable validation layers on macOS, after installing the Vulkan SDK, you will need to configure LWJGL to use the Vulkan Loader.
159159
> This can be done be setting the following VM paramters: ```-Dorg.lwjgl.librarypath=/usr/local/lib -Dorg.lwjgl.vulkan.libname=libvulkan.1.dylib```
160-
> Details about MoltenVK and Vulcan Loader on macOS are [here](https://vulkan.lunarg.com/doc/view/1.3.261.1/mac/getting_started.html#moltenvk)
160+
> Details about MoltenVK and Vulkan Loader on macOS are [here](https://vulkan.lunarg.com/doc/view/1.3.261.1/mac/getting_started.html#moltenvk)
161161
162162
Our `Instance` class constructor receives a boolean parameter indication is validations should be enabled or not.
163163
If validation is requested, we first need to get the ones that are supported by our driver.

0 commit comments

Comments
 (0)