Skip to content

Commit be87e7f

Browse files
Apply suggestion from @MaxDesiatov
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
1 parent 87d8e4c commit be87e7f

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
@@ -169,7 +169,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
169169
// Merge target Swift package with the host package.
170170
try await self.mergeTargetSwift(from: targetSwiftLibPath, generator: generator)
171171
} else {
172-
// Simply copy the target Swift package into the SDK bundle when building host-agnostic SDK.
172+
// Simply copy the target Swift package into the Swift SDK bundle when building host-agnostic Swift SDK.
173173
try await generator.createDirectoryIfNeeded(
174174
at: pathsConfiguration.toolchainDirPath.appending("usr")
175175
)

0 commit comments

Comments
 (0)