Skip to content

Commit 1818263

Browse files
authored
Fix formatting in Development environment documentation
1 parent bc193f7 commit 1818263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/02_Development_environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ you can add the search path for the *-config.cmake to the `HINTS` portion of
101101
the find_package config calls: i.e.
102102
[,cmake]
103103
----
104-
find_package(Slang CONFIG HINTS "$ENV{VULKAN_SDK}/lib/cmake").
104+
find_package(Slang CONFIG HINTS "$ENV{VULKAN_SDK}/lib/cmake")
105105
----
106106

107107
In the future, FindVulkan.cmake might migrate to the *-config.cmake standard,

0 commit comments

Comments
 (0)