File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ let package = Package(
235
235
/// - Parameters:
236
236
/// - name: The name of the library product.
237
237
/// - type: The optional type of the library that is used to determine how to link to the library.
238
- /// Leave this parameter unspecified to let to let the Swift Package Manager choose between static or dynamic linking (recommended).
238
+ /// Leave this parameter unspecified to let the Swift Package Manager choose between static or dynamic linking (recommended).
239
239
/// If you do not support both linkage types, use `.static` or `.dynamic` for this parameter.
240
240
/// - targets: The targets that are bundled into a library product.
241
241
static func library (name : String , type : Product.Library.LibraryType? = nil , targets : [String ]) -> Product
You can’t perform that action at this time.
0 commit comments