Skip to content

Commit 87d8e4c

Browse files
Apply suggestion from @MaxDesiatov
Co-authored-by: Max Desiatov <[email protected]>
1 parent edb7c3a commit 87d8e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import struct SystemPackage.FilePath
1818
package struct WebAssemblyRecipe: SwiftSDKRecipe {
1919
let hostSwiftPackage: HostToolchainPackage?
2020

21-
/// Optional to allow creating WebAssembly SDKs that don't include Swift support and therefore can only target C/C++.
21+
/// Optional to allow creating WebAssembly Swift SDKs that don't include Swift support and therefore can only target C/C++.
2222
let targetSwiftPackagePath: FilePath?
2323
let wasiSysroot: FilePath
2424
let swiftVersion: String

0 commit comments

Comments
 (0)