Skip to content

Commit 7e60c2f

Browse files
[Gardening] remove extra "to let" from documentation of Product.library(name:type:targets:) (#3253)
1 parent 19337f2 commit 7e60c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/Product.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public class Product: Encodable {
139139
/// - Parameters:
140140
/// - name: The name of the library product.
141141
/// - 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).
143143
/// If you don't support both linkage types, use `.static` or `.dynamic` for this parameter.
144144
/// - targets: The targets that are bundled into a library product.
145145
public static func library(

0 commit comments

Comments
 (0)