From 2bc6b5d4894faa84858091b9b437db4c21525866 Mon Sep 17 00:00:00 2001 From: Raffaello Date: Fri, 9 Jan 2026 15:13:54 +0000 Subject: [PATCH] Correct casing of 'Slang' to 'slang' in documentation Linux is case-sensitive and required lower `s` --- en/02_Development_environment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02_Development_environment.adoc b/en/02_Development_environment.adoc index 14ba6540..4a9e970e 100644 --- a/en/02_Development_environment.adoc +++ b/en/02_Development_environment.adoc @@ -101,7 +101,7 @@ you can add the search path for the *-config.cmake to the `HINTS` portion of the find_package config calls: i.e. [,cmake] ---- -find_package(Slang CONFIG HINTS "$ENV{VULKAN_SDK}/lib/cmake"). +find_package(slang CONFIG HINTS "$ENV{VULKAN_SDK}/lib/cmake"). ---- In the future, FindVulkan.cmake might migrate to the *-config.cmake standard,