From 901599d9240114d9b6f8be31e6ad1e4a75a52e7e Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 18 Mar 2024 17:47:10 +0000 Subject: [PATCH] Fix missing syntax highlighting in SE-0238 (#2368) --- proposals/0238-package-manager-build-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0238-package-manager-build-settings.md b/proposals/0238-package-manager-build-settings.md index afbd60139f..ec98c23e1e 100644 --- a/proposals/0238-package-manager-build-settings.md +++ b/proposals/0238-package-manager-build-settings.md @@ -28,7 +28,7 @@ We propose to add the following build settings in this proposal: ### Header search path (C/CXX) -``` +```swift static func headerSearchPath(_ path: String, _ condition: BuildSettingCondition? = nil) -> ```