File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/PackageDescription Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public class Product: Encodable {
139
139
/// - Parameters:
140
140
/// - name: The name of the library product.
141
141
/// - type: The optional type of the library that's used to determine how to link to the library.
142
- /// Leave this parameter unspecified to let to let the Swift Package Manager choose between static or dynamic linking (recommended).
142
+ /// Leave this parameter unspecified to let the Swift Package Manager choose between static or dynamic linking (recommended).
143
143
/// If you don't support both linkage types, use `.static` or `.dynamic` for this parameter.
144
144
/// - targets: The targets that are bundled into a library product.
145
145
public static func library(
You can’t perform that action at this time.
0 commit comments