File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/PackageModel/SwiftSDKs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ public final class SwiftSDKConfigurationStore {
158
158
return true
159
159
}
160
160
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.
162
162
/// - Parameters:
163
163
/// - 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
165
165
/// - showConfiguration: if true, simply print the current configuration for the target triple(s)
166
166
/// - resetConfiguration: if true, reset the configuration for the target triple(s)
167
167
/// - config: the configuration parameters to set for for the target triple(s)
You can’t perform that action at this time.
0 commit comments