Skip to content

Commit dfb4ba6

Browse files
authored
Correct casing of 'Slang' to 'slang' in documentation (#281)
Linux is case-sensitive and required lower `s`
1 parent d26b5e1 commit dfb4ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)