From 181826319c99b2fcb22c4bda7bcb2664a0b4ece9 Mon Sep 17 00:00:00 2001 From: Raffaello Date: Fri, 9 Jan 2026 09:28:02 +0000 Subject: [PATCH] Fix formatting in Development environment documentation --- 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..1301440c 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,