Skip to content

Commit 8271ac3

Browse files
Update Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 62596eb commit 8271ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ public final class SwiftSDKConfigurationStore {
158158
return true
159159
}
160160

161-
/// Configures the specified SDK and identified target triple with the configuration parameter.
161+
/// Configures the specified Swift SDK and identified target triple with the configuration parameter.
162162
/// - Parameters:
163163
/// - sdkID: ID of the Swift SDK to operate on.
164-
/// - tripleString: run-time triple for which the properties should be configured, or nil to configure all triples for the SDK
164+
/// - tripleString: run-time triple for which the properties should be configured, or nil to configure all triples for the Swift SDK
165165
/// - showConfiguration: if true, simply print the current configuration for the target triple(s)
166166
/// - resetConfiguration: if true, reset the configuration for the target triple(s)
167167
/// - config: the configuration parameters to set for for the target triple(s)

0 commit comments

Comments
 (0)