Skip to content

Commit

Permalink
[Gardening] remove extra "to let" from documentation of Product.libra…
Browse files Browse the repository at this point in the history
…ry(name:type:targets:) (#3253)
  • Loading branch information
WowbaggersLiquidLunch committed Feb 11, 2021
1 parent 19337f2 commit 7e60c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PackageDescription/Product.swift
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public class Product: Encodable {
/// - Parameters:
/// - name: The name of the library product.
/// - type: The optional type of the library that's used to determine how to link to the library.
/// Leave this parameter unspecified to let to let the Swift Package Manager choose between static or dynamic linking (recommended).
/// Leave this parameter unspecified to let the Swift Package Manager choose between static or dynamic linking (recommended).
/// If you don't support both linkage types, use `.static` or `.dynamic` for this parameter.
/// - targets: The targets that are bundled into a library product.
public static func library(
Expand Down

0 comments on commit 7e60c2f

Please sign in to comment.