Skip to content

Commit 0ded96a

Browse files
author
Jaesung
authored
Update Product.swift to render the api description correctly (#6879)
* Update Product.swift to render the api description correctly * [ADD] Added indent to align parameters
1 parent 0752d48 commit 0ded96a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/PackageDescription/Product.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ public class Product {
132132
/// don't support both linkage types, use
133133
/// ``Product/Library/LibraryType/static`` or
134134
/// ``Product/Library/LibraryType/dynamic`` for this parameter.
135-
///
136-
/// - targets: The targets that are bundled into a library product.
135+
/// - targets: The targets that are bundled into a library product.
137136
///
138137
/// - Returns: A `Product` instance.
139138
public static func library(

0 commit comments

Comments
 (0)